-
Subclasses of SQLNonTransientException in java.sql
| Modifier and Type |
Class |
Description |
class |
SQLDataException |
An exception, which is subclass of SQLException, is thrown when various data
errors arise.
|
class |
SQLFeatureNotSupportedException |
An exception, which is subclass of SQLNonTransientException, is thrown when
various the JDBC driver does not support an optional JDBC feature.
|
class |
SQLIntegrityConstraintViolationException |
An exception, which is subclass of SQLNonTransientException, is thrown when
various the an integrity constraint (foreign key, primary key or unique key)
has been violated.
|
class |
SQLInvalidAuthorizationSpecException |
An exception, which is subclass of SQLNonTransientException, is thrown when
the authorization credentials presented during connection establishment are
not valid.
|
class |
SQLNonTransientConnectionException |
An exception, which is subclass of SQLException, is thrown when the
connection operation that failed will not succeed when the operation is
retried without the cause of the failure being corrected.
|
class |
SQLSyntaxErrorException |
|