Uses of Class
jakarta.data.exceptions.DataException
Packages that use DataException
-
Uses of DataException in jakarta.data.exceptions
Subclasses of DataException in jakarta.data.exceptionsModifier and TypeClassDescriptionclassIndicates a connection-related failure that might be intermittent in nature.classData access exception thrown when a result was expected to have at least one row (or element) but zero rows (or elements) were actually returned.classIndicates that an entity cannot be inserted into the database because an entity with same unique identifier already exists in the database.classA mapping exception is one thrown if an issue exists at runtime or build time in the data mapping.classThis exception is raised when execution of a repository method with a singular return type finds multiple results.classIndicates a failure that is due to inconsistent state between the entity and the database.