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 class
LockException
Exception indicating that locks on one or more objects could not be acquired.class
ObjectExistsException
Exception type reserved for conflicts with existing objects.class
ObjectNotFoundException
Exception type reserved for failed object lookups.class
OptimisticException
Exception type for optimistic concurrency violations.class
QueryException
Exception indicating that a query timeout occurred.class
ReferentialIntegrityException
Exception type reserved for violations of integrity constraints.
-