Class CypherException

All Implemented Interfaces:
Serializable

public class CypherException extends RuntimeException
An exception raised when executing a Cypher query
Author:
Luanne Misquitta, Michael J. Simons
See Also:
  • Constructor Details

    • CypherException

      public CypherException(String code, String description)
      Parameters:
      code -
      description -
      Since:
      3.1.6
    • CypherException

      public CypherException(String code, String description, Throwable cause)
      Parameters:
      code - Error code / text as returned by the database.
      description - Description as returned by the database.
      cause - The root cause.
      Since:
      3.1.6
  • Method Details

    • getCode

      public String getCode()
      The Neo4j error status code
      Returns:
      the neo4j error status code
    • getDescription

      public String getDescription()
      The error description
      Returns:
      the error description