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

Packages that use UserException
org.apache.openjpa.util OpenJPA Utilities 
 

Uses of UserException in org.apache.openjpa.util
 

Subclasses of UserException in org.apache.openjpa.util
 class CallbackException
          Exception type thrown when an error occurs in a callback.
 class InvalidStateException
          Exception type thrown when attempting to execute an operation that is not allowed by the current state.
 class MetaDataException
          Exception type reserved for missing or invalid metadata.
 class NonUniqueResultException
          Exception type thrown when a query was configured to return a single result, and multiple results were found.
 class NoResultException
          Exception type thrown when a query was configured to return a single result, and no result was found.
 class NoTransactionException
          Exception type thrown when attempting a transactional operation without an active transaction.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.