java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.neo4j.driver.exceptions.Neo4jException
org.neo4j.driver.exceptions.ClientException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FatalDiscoveryException,ResultConsumedException,SecurityException,TransactionNestingException,ValueException
A ClientException indicates that the client has carried out an operation incorrectly.
The error code provided can be used to determine further detail for the problem.
- Since:
- 1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClientException(String message) ClientException(String code, String message) ClientException(String message, Throwable cause) -
Method Summary
Methods inherited from class org.neo4j.driver.exceptions.Neo4jException
codeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClientException
-
ClientException
-
ClientException
-