public class SQLNonTransientException extends SQLException
| Constructor and Description |
|---|
SQLNonTransientException()
Creates an SQLNonTransientException object.
|
SQLNonTransientException(String reason)
Creates an SQLNonTransientException object.
|
SQLNonTransientException(String reason,
String sqlState)
Creates an SQLNonTransientException object.
|
SQLNonTransientException(String reason,
String sqlState,
int vendorCode)
Creates an SQLNonTransientException object.
|
SQLNonTransientException(String reason,
String sqlState,
int vendorCode,
Throwable cause)
Creates an SQLNonTransientException object.
|
SQLNonTransientException(String reason,
String sqlState,
Throwable cause)
Creates an SQLNonTransientException object.
|
SQLNonTransientException(String reason,
Throwable cause)
Creates an SQLNonTransientException object.
|
SQLNonTransientException(Throwable cause)
Creates an SQLNonTransientException 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 SQLNonTransientException()
public SQLNonTransientException(String reason)
reason - the string to use as the Reason stringpublic SQLNonTransientException(String reason, String sqlState)
reason - the string to use as the Reason stringsqlState - the string to use as the SQLState stringpublic SQLNonTransientException(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 SQLNonTransientException(Throwable cause)
cause - the Throwable object for the underlying reason this
SQLExceptionpublic SQLNonTransientException(String reason, Throwable cause)
reason - the string to use as the Reason stringcause - the Throwable object for the underlying reason this
SQLExceptionpublic SQLNonTransientException(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 SQLNonTransientException(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