public abstract class DBIException extends RuntimeException
| Constructor and Description |
|---|
DBIException(String message)
Constructs a new runtime exception with the specified detail message.
|
DBIException(String string,
Throwable throwable) |
DBIException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DBIException(String message)
Throwable.initCause(java.lang.Throwable).message - the detail message. The detail message is saved for
later retrieval by the Throwable.getMessage() method.public DBIException(Throwable cause)
Copyright © 2018. All rights reserved.