Package org.eclipse.net4j.db
Klasse DBException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.net4j.db.DBException
- Alle implementierten Schnittstellen:
Serializable
- Bekannte direkte Unterklassen:
SchemaElementNotFoundException
A
runtime exception thrown to indicate problems with a database, frequently used to wrap
checked SQL exceptions.- Autor:
- Eike Stepper
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungDBException(String message) DBException(String message, Throwable cause) DBException(String message, Throwable cause, String sql) DBException(Throwable cause) DBException(Throwable cause, String sql) -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
DBException
public DBException() -
DBException
-
DBException
-
DBException
-
DBException
- Seit:
- 4.0
-
DBException
- Seit:
- 4.0
-