java.lang.Object
org.neo4j.driver.internal.adaptedbolt.ErrorMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMapper
protected Throwable
mapBoltFailureException
(org.neo4j.bolt.connection.exception.BoltFailureException boltFailureException) protected Throwable
mapGqlCause
(org.neo4j.bolt.connection.exception.BoltGqlErrorException boltGqlErrorException) protected Throwable
mapServiceUnavailable
(org.neo4j.bolt.connection.exception.BoltServiceUnavailableException boltServiceUnavailableException)
-
Constructor Details
-
ErrorMapper
protected ErrorMapper()
-
-
Method Details