Package org.eclipse.net4j.db
Class DBException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.net4j.db.DBException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SchemaElementNotFoundException
A
runtime exception
thrown to indicate problems with a database, frequently used to wrap
checked SQL exceptions
.- Author:
- Eike Stepper
- See Also:
-
Constructor Summary
ConstructorDescriptionDBException
(String message) DBException
(String message, Throwable cause) DBException
(String message, Throwable cause, String sql) DBException
(Throwable cause) DBException
(Throwable cause, String sql) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DBException
public DBException() -
DBException
-
DBException
-
DBException
-
DBException
- Since:
- 4.0
-
DBException
- Since:
- 4.0
-