public class SQLRecoverableException extends SQLException
| Constructor and Description |
|---|
SQLRecoverableException()
Creates an SQLRecoverableException object.
|
SQLRecoverableException(String reason)
Creates an SQLRecoverableException object.
|
SQLRecoverableException(String reason,
String sqlState)
Creates an SQLRecoverableException object.
|
SQLRecoverableException(String reason,
String sqlState,
int vendorCode)
Creates an SQLRecoverableException object.
|
SQLRecoverableException(String reason,
String sqlState,
int vendorCode,
Throwable cause)
Creates an SQLRecoverableException object.
|
SQLRecoverableException(String reason,
String sqlState,
Throwable cause)
Creates an SQLRecoverableException object.
|
SQLRecoverableException(String reason,
Throwable cause)
Creates an SQLRecoverableException object.
|
SQLRecoverableException(Throwable cause)
Creates an SQLRecoverableException object.
|
getErrorCode, getNextException, getSQLState, iterator, setNextExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic SQLRecoverableException()
public SQLRecoverableException(String reason)
reason - the string to use as the Reason stringpublic SQLRecoverableException(String reason, String sqlState)
reason - the string to use as the Reason stringsqlState - the string to use as the SQLState stringpublic SQLRecoverableException(String reason, String sqlState, int vendorCode)
reason - the string to use as the Reason stringsqlState - the string to use as the SQLState stringvendorCode - the integer value for the error codepublic SQLRecoverableException(Throwable cause)
cause - the Throwable object for the underlying reason this
SQLExceptionpublic SQLRecoverableException(String reason, Throwable cause)
reason - the string to use as the Reason stringcause - the Throwable object for the underlying reason this
SQLExceptionpublic SQLRecoverableException(String reason, String sqlState, Throwable cause)
reason - the string to use as the Reason stringsqlState - the string to use as the SQLState stringcause - the Throwable object for the underlying reason this
SQLExceptionpublic SQLRecoverableException(String reason, String sqlState, int vendorCode, Throwable cause)
reason - the string to use as the Reason stringsqlState - the string to use as the SQLState stringvendorCode - the integer value for the error codecause - the Throwable object for the underlying reason this
SQLException