java.lang.Object
org.neo4j.driver.internal.adaptedbolt.ErrorMapper
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic ErrorMapperprotected Neo4jExceptionmapBoltFailureException(org.neo4j.bolt.connection.exception.BoltFailureException boltFailureException) protected ThrowablemapGqlCause(org.neo4j.bolt.connection.exception.BoltGqlErrorException boltGqlErrorException) protected ThrowablemapServiceUnavailable(org.neo4j.bolt.connection.exception.BoltServiceUnavailableException boltServiceUnavailableException) 
- 
Constructor Details- 
ErrorMapperprotected ErrorMapper()
 
- 
- 
Method Details- 
getInstance
- 
mapBoltFailureExceptionprotected Neo4jException mapBoltFailureException(org.neo4j.bolt.connection.exception.BoltFailureException boltFailureException) 
- 
mapGqlCauseprotected Throwable mapGqlCause(org.neo4j.bolt.connection.exception.BoltGqlErrorException boltGqlErrorException) 
 
-