Class DBException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SchemaElementNotFoundException

public class DBException extends RuntimeException
A runtime exception thrown to indicate problems with a database, frequently used to wrap checked SQL exceptions.
Author:
Eike Stepper
See Also:
  • Constructor Details

    • DBException

      public DBException()
    • DBException

      public DBException(String message)
    • DBException

      public DBException(Throwable cause)
    • DBException

      public DBException(String message, Throwable cause)
    • DBException

      public DBException(Throwable cause, String sql)
      Since:
      4.0
    • DBException

      public DBException(String message, Throwable cause, String sql)
      Since:
      4.0