| Package | Description |
|---|---|
| org.xipki.datasource.springframework.dao | |
| org.xipki.datasource.springframework.jdbc |
| Modifier and Type | Class and Description |
|---|---|
class |
DataAccessResourceFailureException
Data access exception thrown when a resource fails completely:
for example, if we can't connect to a database using JDBC.
|
class |
DataIntegrityViolationException
Exception thrown when an attempt to insert or update data
results in violation of an integrity constraint.
|
class |
InvalidDataAccessResourceUsageException
Root for exceptions thrown when we use a data access resource incorrectly.
|
class |
NonTransientDataAccessResourceException
Data access exception thrown when a resource fails completely and the failure is permanent.
|
class |
PermissionDeniedDataAccessException
Exception thrown when the underlying resource denied a permission
to access a specific element, such as a specific database table.
|
class |
UncategorizedDataAccessException
Normal superclass when we can't distinguish anything more specific
than "something went wrong with the underlying resource": for example,
a SQLException from JDBC we can't pinpoint more precisely.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BadSqlGrammarException
Exception thrown when SQL specified is invalid.
|
class |
DuplicateKeyException
Exception thrown when an attempt to insert or update data
results in violation of an primary key or unique constraint.
|
class |
InvalidResultSetAccessException
Exception thrown when a ResultSet has been accessed in an invalid fashion.
|
class |
UncategorizedSqlException
Exception thrown when we can't classify a SQLException into
one of our generic data access exceptions.
|
Copyright © 2017. All rights reserved.