Class QueryExecutionException

All Implemented Interfaces:
Serializable

public class QueryExecutionException extends RuntimeException
This exception is thrown from the execute method when there is an error during the execution of a query.
See Also:
  • Constructor Details

    • QueryExecutionException

      public QueryExecutionException(String message, Throwable cause, String statusCode)
  • Method Details

    • getStatusCode

      public String getStatusCode()
      The Neo4j error status code.
      Returns:
      the Neo4j error status code.