public class DBException extends RuntimeException
| Constructor and Description | 
|---|
DBException()  | 
DBException(String message)  | 
DBException(String query,
           Object[] params,
           Throwable cause)  | 
DBException(String message,
           Throwable cause)  | 
DBException(Throwable cause)  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2020 JavaLite. All rights reserved.