Class DatabaseException

All Implemented Interfaces:
Serializable

public class DatabaseException extends Neo4jException
A DatabaseException indicates that there is a problem within the underlying database. The error code provided can be used to determine further detail for the problem.
Since:
1.0
See Also:
  • Constructor Details

    • DatabaseException

      public DatabaseException(String code, String message)
      Creates a new instance.
      Parameters:
      code - the code
      message - the message