public abstract class JdbiException extends RuntimeException
| Constructor and Description |
|---|
JdbiException(String message)
Constructs a new runtime exception with the specified detail message.
|
JdbiException(String message,
Throwable cause) |
JdbiException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JdbiException(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 JdbiException(String message, Throwable cause)
message - the exception messagecause - the optional causepublic JdbiException(Throwable cause)
cause - the cause of this exceptionCopyright © 2019. All rights reserved.