Klasse DBException

Alle implementierten Schnittstellen:
Serializable
Bekannte direkte Unterklassen:
SchemaElementNotFoundException

public class DBException extends RuntimeException
A runtime exception thrown to indicate problems with a database, frequently used to wrap checked SQL exceptions.
Autor:
Eike Stepper
Siehe auch:
  • Konstruktordetails

    • 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)
      Seit:
      4.0
    • DBException

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