Module java.sql
Package java.sql

Class SQLNonTransientException

java.lang.Object
All Implemented Interfaces:
Serializable, Iterable<Throwable>
Direct Known Subclasses:
SQLDataException, SQLFeatureNotSupportedException, SQLIntegrityConstraintViolationException, SQLInvalidAuthorizationSpecException, SQLNonTransientConnectionException, SQLSyntaxErrorException

public class SQLNonTransientException extends SQLException
The subclass of SQLException thrown when an instance where a retry of the same operation would fail unless the cause of the SQLException is corrected.
Since:
1.6
See Also: