| Exception | Description |
|---|---|
| DataAccessException |
Parent class for data access related exceptions that occur at runtime.
|
| DataAccessResourceFailureException |
Exception thrown when the underlying resource fails to connect.
|
| EmptyResultException |
Exception thrown if a query produces no result and the result type is not nullable.
|
| MappingException |
A mapping exception is one thrown if an issue exists at runtime or build time in the data mapping.
|
| NonUniqueResultException |
The exception represents the error state when one result has been requested by data layer returned multiple results.
|
| OptimisticLockException |
Thrown when an optimistic locking conflict occurs.
|