Class ErrorMapper

java.lang.Object
org.neo4j.driver.internal.adaptedbolt.ErrorMapper

public class ErrorMapper extends Object
  • Constructor Details

    • ErrorMapper

      protected ErrorMapper()
  • Method Details

    • getInstance

      public static ErrorMapper getInstance()
    • mapBoltFailureException

      protected Throwable mapBoltFailureException(org.neo4j.bolt.connection.exception.BoltFailureException boltFailureException)
    • mapGqlCause

      protected Throwable mapGqlCause(org.neo4j.bolt.connection.exception.BoltGqlErrorException boltGqlErrorException)
    • mapServiceUnavailable

      protected Throwable mapServiceUnavailable(org.neo4j.bolt.connection.exception.BoltServiceUnavailableException boltServiceUnavailableException)