Module java.sql
Package java.sql

Class SQLTransientException

java.lang.Object
All Implemented Interfaces:
Serializable, Iterable<Throwable>
Direct Known Subclasses:
SQLTimeoutException, SQLTransactionRollbackException, SQLTransientConnectionException

public class SQLTransientException extends SQLException
The subclass of SQLException is thrown in situations where a previously failed operation might be able to succeed when the operation is retried without any intervention by application-level functionality.
Since:
1.6
See Also: