Uses of Class
org.apache.openjpa.util.OpenJPAException
-
Packages that use OpenJPAException Package Description org.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstractionorg.apache.openjpa.kernel.exps OpenJPA Expression Treeorg.apache.openjpa.kernel.jpql JPA Query Language Supportorg.apache.openjpa.util OpenJPA Utilitiesorg.apache.openjpa.validation -
-
Uses of OpenJPAException in org.apache.openjpa.jdbc.sql
Methods in org.apache.openjpa.jdbc.sql that return OpenJPAException Modifier and Type Method Description static OpenJPAException
SQLExceptions. getStore(java.lang.String msg, java.sql.SQLException se, java.lang.Object failed, DBDictionary dict)
Convert the specified exception into aStoreException
.static OpenJPAException
SQLExceptions. getStore(java.lang.String msg, java.sql.SQLException se, java.lang.Object failed, DBDictionary dict, int level)
Convert the specified exception into aStoreException
.static OpenJPAException
SQLExceptions. getStore(java.lang.String msg, java.sql.SQLException se, DBDictionary dict)
Convert the specified exception into aStoreException
.static OpenJPAException
SQLExceptions. getStore(java.lang.String msg, java.sql.SQLException se, DBDictionary dict, int level)
Convert the specified exception into aStoreException
.static OpenJPAException
SQLExceptions. getStore(java.sql.SQLException se)
Convert the specified exception into aStoreException
.static OpenJPAException
SQLExceptions. getStore(java.sql.SQLException se, java.lang.Object failed)
Convert the specified exception into aOpenJPAException
.static OpenJPAException
SQLExceptions. getStore(java.sql.SQLException se, java.lang.Object failed, DBDictionary dict)
Convert the specified exception into aStoreException
.static OpenJPAException
SQLExceptions. getStore(java.sql.SQLException se, java.lang.Object failed, DBDictionary dict, int level)
Convert the specified exception into aStoreException
.static OpenJPAException
SQLExceptions. getStore(java.sql.SQLException se, DBDictionary dict)
Convert the specified exception into aStoreException
.static OpenJPAException
SQLExceptions. getStore(java.sql.SQLException se, DBDictionary dict, int level)
Convert the specified exception into aStoreException
.static OpenJPAException
SQLExceptions. getStore(Localizer.Message msg, java.sql.SQLException se, DBDictionary dict)
Convert the specified exception into aStoreException
.static OpenJPAException
SQLExceptions. getStore(Localizer.Message msg, java.sql.SQLException se, DBDictionary dict, int level)
Convert the specified exception into aStoreException
.OpenJPAException
DB2Dictionary. newStoreException(java.lang.String msg, java.sql.SQLException[] causes, java.lang.Object failed)
OpenJPAException
DBDictionary. newStoreException(java.lang.String msg, java.sql.SQLException[] causes, java.lang.Object failed)
Return a new exception that wrapscauses
.OpenJPAException
HSQLDictionary. newStoreException(java.lang.String msg, java.sql.SQLException[] causes, java.lang.Object failed)
OpenJPAException
JDataStoreDictionary. newStoreException(java.lang.String msg, java.sql.SQLException[] causes, java.lang.Object failed)
-
Uses of OpenJPAException in org.apache.openjpa.kernel.exps
Methods in org.apache.openjpa.kernel.exps that return OpenJPAException Modifier and Type Method Description protected OpenJPAException
AbstractExpressionBuilder. parseException(int e, java.lang.String token, java.lang.Object[] args, java.lang.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.jpql Modifier and Type Class Description class
ParseException
Signifies 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.util Modifier and Type Class Description class
CallbackException
Exception type thrown when an error occurs in a callback.class
GeneralException
General exception type.class
InternalException
Exception type for internal errors.class
InvalidStateException
Exception type thrown when attempting to execute an operation that is not allowed by the current state.class
LockException
Exception indicating that locks on one or more objects could not be acquired.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.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.class
StoreException
Base exception for data store errors.class
UnsupportedException
Exception type for attempts to perform unsupported operations.class
UserException
Base exception type for user errors.class
WrappedException
Identifiable exception type which wraps an internal runtime exception.Methods in org.apache.openjpa.util that return OpenJPAException Modifier and Type Method Description OpenJPAException
OpenJPAException. setCause(java.lang.Throwable nested)
The first nested throwable.OpenJPAException
OpenJPAException. setFailedObject(java.lang.Object failed)
The failed object.OpenJPAException
OpenJPAException. setFatal(boolean fatal)
Whether this error is fatal.OpenJPAException
OpenJPAException. setNestedThrowables(java.lang.Throwable[] nested)
The nested throwables. -
Uses of OpenJPAException in org.apache.openjpa.validation
Subclasses of OpenJPAException in org.apache.openjpa.validation Modifier and Type Class Description class
ValidationException
class
ValidationUnavailableException
-