java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.neo4j.driver.exceptions.Neo4jException
org.neo4j.driver.exceptions.ClientException
org.neo4j.driver.exceptions.UnsupportedFeatureException
- All Implemented Interfaces:
Serializable
A feature is not supported in a given setup.
- Since:
- 5.7
- See Also:
-
Constructor Summary
ConstructorDescriptionUnsupportedFeatureException
(String message) Constructs a new instance.UnsupportedFeatureException
(String message, Throwable cause) Constructs a new instance. -
Method Summary
Methods inherited from class org.neo4j.driver.exceptions.Neo4jException
classification, code, diagnosticRecord, gqlCause, gqlStatus, rawClassification, statusDescription
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedFeatureException
Constructs a new instance.- Parameters:
message
- the message
-
UnsupportedFeatureException
Constructs a new instance.- Parameters:
message
- the messagecause
- the cause
-