public class UncheckedSQLException extends RuntimeException
SQLException into a RuntimeException| Constructor and Description |
|---|
UncheckedSQLException(String message,
SQLException ex)
Main constructor, which is passing trough values to parent.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UncheckedSQLException(String message, SQLException ex)
message - of the error situationex - original exceptionCopyright © 2019 pragmatic minds GmbH. All rights reserved.