public class SQLNonTransientConnectionException extends SQLNonTransientException
Constructor and Description |
---|
SQLNonTransientConnectionException()
Creates an SQLNonTransientConnectionException object.
|
SQLNonTransientConnectionException(String reason)
Creates an SQLNonTransientConnectionException object.
|
SQLNonTransientConnectionException(String reason,
String sqlState)
Creates an SQLNonTransientConnectionException object.
|
SQLNonTransientConnectionException(String reason,
String sqlState,
int vendorCode)
Creates an SQLNonTransientConnectionException object.
|
SQLNonTransientConnectionException(String reason,
String sqlState,
int vendorCode,
Throwable cause)
Creates an SQLNonTransientConnectionException object.
|
SQLNonTransientConnectionException(String reason,
String sqlState,
Throwable cause)
Creates an SQLNonTransientConnectionException object.
|
SQLNonTransientConnectionException(String reason,
Throwable cause)
Creates an SQLNonTransientConnectionException object.
|
SQLNonTransientConnectionException(Throwable cause)
Creates an SQLNonTransientConnectionException object.
|
getErrorCode, getNextException, getSQLState, iterator, setNextException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SQLNonTransientConnectionException()
public SQLNonTransientConnectionException(String reason)
reason
- the string to use as the Reason stringpublic SQLNonTransientConnectionException(String reason, String sqlState)
reason
- the string to use as the Reason stringsqlState
- the string to use as the SQLState stringpublic SQLNonTransientConnectionException(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 SQLNonTransientConnectionException(Throwable cause)
cause
- the Throwable object for the underlying reason this
SQLExceptionpublic SQLNonTransientConnectionException(String reason, Throwable cause)
reason
- the string to use as the Reason stringcause
- the Throwable object for the underlying reason this
SQLExceptionpublic SQLNonTransientConnectionException(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 SQLNonTransientConnectionException(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