Class DatabaseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.dirigible.database.api.DatabaseException
All Implemented Interfaces:
Serializable

public class DatabaseException
extends RuntimeException
The Database Exception.
See Also:
Serialized Form
  • Constructor Details

    • DatabaseException

      public DatabaseException()
      Instantiates a new database exception.
    • DatabaseException

      public DatabaseException​(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Instantiates a new database exception.
      Parameters:
      message - the message
      cause - the cause
      enableSuppression - the enable suppression
      writableStackTrace - the writable stack trace
    • DatabaseException

      public DatabaseException​(String message, Throwable cause)
      Instantiates a new database exception.
      Parameters:
      message - the message
      cause - the cause
    • DatabaseException

      public DatabaseException​(String message)
      Instantiates a new database exception.
      Parameters:
      message - the message
    • DatabaseException

      public DatabaseException​(Throwable cause)
      Instantiates a new database exception.
      Parameters:
      cause - the cause