java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.neo4j.bolt.connection.exception.BoltException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BoltClientException,BoltConnectionAcquisitionException,BoltDiscoveryException,BoltGqlErrorException,BoltProtocolException,BoltServiceUnavailableException,BoltTransientException,BoltUnsupportedFeatureException,BoltUntrustedServerException,MinVersionAcquisitionException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBoltException(String message) BoltException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BoltException
-
BoltException
-