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