public class SQLNestedException
extends java.sql.SQLException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Deprecated.
|
| Constructor and Description |
|---|
SQLNestedException(java.lang.String msg,
java.lang.Throwable cause)
Deprecated.
Constructs a new
SQLNestedException with specified
detail message and nested Throwable. |
getErrorCode, getNextException, getSQLState, iterator, setNextExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public SQLNestedException(java.lang.String msg,
java.lang.Throwable cause)
SQLNestedException with specified
detail message and nested Throwable.msg - the error messagecause - the exception or error that caused this exception to be
thrown