Uses of Class
org.apache.openjpa.util.StoreException
-
Packages that use StoreException Package Description org.apache.openjpa.util OpenJPA Utilities -
-
Uses of StoreException in org.apache.openjpa.util
Subclasses of StoreException in org.apache.openjpa.util Modifier and Type Class Description classLockExceptionException indicating that locks on one or more objects could not be acquired.classObjectExistsExceptionException type reserved for conflicts with existing objects.classObjectNotFoundExceptionException type reserved for failed object lookups.classOptimisticExceptionException type for optimistic concurrency violations.classQueryExceptionException indicating that a query timeout occurred.classReferentialIntegrityExceptionException type reserved for violations of integrity constraints.
-