Uses of Class
org.apache.openjpa.util.OpenJPAException
Packages that use OpenJPAException
Package
Description
OpenJPA-JDBC SQL Abstraction
OpenJPA Expression Tree
JPA Query Language Support
OpenJPA Utilities
-
Uses of OpenJPAException in org.apache.openjpa.jdbc.sql
Methods in org.apache.openjpa.jdbc.sql that return OpenJPAExceptionModifier and TypeMethodDescriptionstatic OpenJPAExceptionSQLExceptions.getStore(String msg, SQLException se, Object failed, DBDictionary dict) Convert the specified exception into aStoreException.static OpenJPAExceptionSQLExceptions.getStore(String msg, SQLException se, Object failed, DBDictionary dict, int level) Convert the specified exception into aStoreException.static OpenJPAExceptionSQLExceptions.getStore(String msg, SQLException se, DBDictionary dict) Convert the specified exception into aStoreException.static OpenJPAExceptionSQLExceptions.getStore(String msg, SQLException se, DBDictionary dict, int level) Convert the specified exception into aStoreException.static OpenJPAExceptionSQLExceptions.getStore(SQLException se) Convert the specified exception into aStoreException.static OpenJPAExceptionSQLExceptions.getStore(SQLException se, Object failed) Convert the specified exception into aOpenJPAException.static OpenJPAExceptionSQLExceptions.getStore(SQLException se, Object failed, DBDictionary dict) Convert the specified exception into aStoreException.static OpenJPAExceptionSQLExceptions.getStore(SQLException se, Object failed, DBDictionary dict, int level) Convert the specified exception into aStoreException.static OpenJPAExceptionSQLExceptions.getStore(SQLException se, DBDictionary dict) Convert the specified exception into aStoreException.static OpenJPAExceptionSQLExceptions.getStore(SQLException se, DBDictionary dict, int level) Convert the specified exception into aStoreException.static OpenJPAExceptionSQLExceptions.getStore(Localizer.Message msg, SQLException se, DBDictionary dict) Convert the specified exception into aStoreException.static OpenJPAExceptionSQLExceptions.getStore(Localizer.Message msg, SQLException se, DBDictionary dict, int level) Convert the specified exception into aStoreException.DB2Dictionary.newStoreException(String msg, SQLException[] causes, Object failed) DBDictionary.newStoreException(String msg, SQLException[] causes, Object failed) Return a new exception that wrapscauses.HSQLDictionary.newStoreException(String msg, SQLException[] causes, Object failed) JDataStoreDictionary.newStoreException(String msg, SQLException[] causes, Object failed) -
Uses of OpenJPAException in org.apache.openjpa.kernel.exps
Methods in org.apache.openjpa.kernel.exps that return OpenJPAExceptionModifier and TypeMethodDescriptionprotected OpenJPAExceptionAbstractExpressionBuilder.parseException(int e, String token, Object[] args, Exception nest) Create a proper parse exception for the given reason. -
Uses of OpenJPAException in org.apache.openjpa.kernel.jpql
Subclasses of OpenJPAException in org.apache.openjpa.kernel.jpqlModifier and TypeClassDescriptionclassSignifies that a lexical error occurred when parsing the JPQL statement. -
Uses of OpenJPAException in org.apache.openjpa.util
Subclasses of OpenJPAException in org.apache.openjpa.utilModifier and TypeClassDescriptionclassException type thrown when an error occurs in a callback.classGeneral exception type.classException type for internal errors.classException type thrown when attempting to execute an operation that is not allowed by the current state.classException indicating that locks on one or more objects could not be acquired.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.classException type reserved for conflicts with existing objects.classException type reserved for failed object lookups.classException type for optimistic concurrency violations.classException indicating that a query timeout occurred.classException type reserved for violations of integrity constraints.classBase exception for data store errors.classException type for attempts to perform unsupported operations.classBase exception type for user errors.classIdentifiable exception type which wraps an internal runtime exception.Methods in org.apache.openjpa.util that return OpenJPAExceptionModifier and TypeMethodDescriptionThe first nested throwable.OpenJPAException.setFailedObject(Object failed) The failed object.OpenJPAException.setFatal(boolean fatal) Whether this error is fatal.OpenJPAException.setNestedThrowables(Throwable[] nested) The nested throwables. -
Uses of OpenJPAException in org.apache.openjpa.validation
Subclasses of OpenJPAException in org.apache.openjpa.validation