Uses of Class
org.apache.openjpa.util.UserException
Packages that use UserException
Package
Description
JPA Query Language Support
OpenJPA Utilities
-
Uses of UserException in org.apache.openjpa.kernel.jpql
Subclasses of UserException in org.apache.openjpa.kernel.jpqlModifier and TypeClassDescriptionclassSignifies that a lexical error occurred when parsing the JPQL statement. -
Uses of UserException in org.apache.openjpa.util
Subclasses of UserException in org.apache.openjpa.utilModifier and TypeClassDescriptionclassException type thrown when an error occurs in a callback.classException type thrown when attempting to execute an operation that is not allowed by the current state.classException type reserved for missing or invalid metadata.classException type thrown when a query was configured to return a single result, and multiple results were found.classException type thrown when a query was configured to return a single result, and no result was found.classException type thrown when attempting a transactional operation without an active transaction.