| Package | Description |
|---|---|
| org.xipki.datasource | |
| org.xipki.datasource.springframework.dao | |
| org.xipki.datasource.springframework.jdbc |
| Class and Description |
|---|
| DataAccessException
Root of the hierarchy of data access exceptions discussed in.
|
| Class and Description |
|---|
| ConcurrencyFailureException
Exception thrown on concurrency failure.
|
| DataAccessException
Root of the hierarchy of data access exceptions discussed in.
|
| NonTransientDataAccessException
Root of the hierarchy of data access exceptions that are considered non-transient -
where a retry of the same operation would fail unless the cause of the Exception
is corrected.
|
| NonTransientDataAccessResourceException
Data access exception thrown when a resource fails completely and the failure is permanent.
|
| PessimisticLockingFailureException
Exception thrown on a pessimistic locking violation.
|
| TransientDataAccessException
Root of the hierarchy of data access exceptions that are considered transient -
where a previously failed operation might be able to succeed when the operation
is retried without any intervention by application-level functionality.
|
| Class and Description |
|---|
| DataAccessException
Root of the hierarchy of data access exceptions discussed in.
|
| DataIntegrityViolationException
Exception thrown when an attempt to insert or update data
results in violation of an integrity constraint.
|
| InvalidDataAccessResourceUsageException
Root for exceptions thrown when we use a data access resource incorrectly.
|
| NonTransientDataAccessException
Root of the hierarchy of data access exceptions that are considered non-transient -
where a retry of the same operation would fail unless the cause of the Exception
is corrected.
|
| 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.
|
Copyright © 2017. All rights reserved.