Package io.micronaut.data.exceptions
package io.micronaut.data.exceptions
Common data access exceptions.
- Since:
- 1.0.0
- Author:
- graemerocher
-
ClassDescriptionParent class for data access related exceptions that occur at runtime.Exception thrown when the underlying resource fails to connect.Exception thrown if a query produces no result and the result type is not nullable.A mapping exception is one thrown if an issue exists at runtime or build time in the data mapping.The exception represents the error state when one result has been requested by data layer returned multiple results.Thrown when an optimistic locking conflict occurs.