public class DBException extends RuntimeException
runtime exception thrown to indicate problems with a database, frequently used to wrap
checked SQL exceptions.| Constructor and Description |
|---|
DBException() |
DBException(String message) |
DBException(String message,
Throwable cause) |
DBException(String message,
Throwable cause,
String sql) |
DBException(Throwable cause) |
DBException(Throwable cause,
String sql) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright (c) 2011-2015 Eike Stepper (Berlin, Germany) and others.