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