| Exception | Description |
|---|---|
| BadSqlGrammarException |
Exception thrown when SQL specified is invalid.
|
| DuplicateKeyException |
Exception thrown when an attempt to insert or update data
results in violation of an primary key or unique constraint.
|
| InvalidResultSetAccessException |
Exception thrown when a ResultSet has been accessed in an invalid fashion.
|
| UncategorizedSqlException |
Exception thrown when we can't classify a SQLException into
one of our generic data access exceptions.
|
Copyright © 2017. All rights reserved.