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, toString
Copyright © 2019 JavaLite. All rights reserved.