public class SQLTransientException extends SQLException
SQLException
is thrown in situations where a
previoulsy failed operation might be able to succeed when the operation is
retried without any intervention by application-level functionality.
Constructor and Description |
---|
SQLTransientException()
Constructs a
SQLTransientException object. |
SQLTransientException(String reason)
Constructs a
SQLTransientException object
with a given reason . |
SQLTransientException(String reason,
String SQLState)
Constructs a
SQLTransientException object
with a given reason and SQLState . |
SQLTransientException(String reason,
String SQLState,
int vendorCode)
Constructs a
SQLTransientException object
with a given reason , SQLState and
vendorCode . |
SQLTransientException(String reason,
String SQLState,
int vendorCode,
Throwable cause)
Constructs a
SQLTransientException object
with a given
reason , SQLState , vendorCode
and cause . |
SQLTransientException(String reason,
String SQLState,
Throwable cause)
Constructs a
SQLTransientException object
with a given
reason , SQLState and cause . |
SQLTransientException(String reason,
Throwable cause)
Constructs a
SQLTransientException object
with a given
reason and cause . |
SQLTransientException(Throwable cause)
Constructs a
SQLTransientException object
with a given cause . |
getErrorCode, getNextException, getSQLState, iterator, setNextException