Uses of Class
org.apache.openjpa.util.StoreException

Packages that use StoreException
org.apache.openjpa.util OpenJPA Utilities This package provides utilities to facilitate the handling of second class objects and OpenJPA object ids. 
 

Uses of StoreException in org.apache.openjpa.util
 

Subclasses of StoreException in org.apache.openjpa.util
 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.
 



Copyright © 2006–2015 Apache Software Foundation. All rights reserved.