public final class DBExecutionException extends JDBDTRuntimeException
An exception of this type wraps an instance of
SQLException
(a checked exception type)
that occurred while executing a database operation
issued by JDBDT.
Constructor and Description |
---|
DBExecutionException(SQLException cause)
Constructs the exception with given cause.
|
Modifier and Type | Method and Description |
---|---|
SQLException |
getCause()
Get cause of the exception.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DBExecutionException(SQLException cause)
cause
- Cause for the exception.public SQLException getCause()
getCause
in class Throwable
SQLException
.Copyright © 2016–2021 JDBDT. All rights reserved.