| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OpenJPAException | |
|---|---|
| org.apache.openjpa.jdbc.schema | OpenJPA-JDBC Schema Management | 
| org.apache.openjpa.jdbc.sql | OpenJPA-JDBC SQL Abstraction | 
| org.apache.openjpa.kernel.exps | OpenJPA Expression Tree | 
| org.apache.openjpa.util | OpenJPA Utilities | 
| org.apache.openjpa.validation | |
| Uses of OpenJPAException in org.apache.openjpa.jdbc.schema | 
|---|
| Methods in org.apache.openjpa.jdbc.schema that return OpenJPAException | |
|---|---|
| (package private) static OpenJPAException | DataSourceFactory.newConnectException(JDBCConfiguration conf,
                    boolean factory2,
                    Exception cause) | 
| Uses of OpenJPAException in org.apache.openjpa.jdbc.sql | 
|---|
| Methods in org.apache.openjpa.jdbc.sql that return OpenJPAException | |
|---|---|
| static OpenJPAException | SQLExceptions.getStore(Localizer.Message msg,
         SQLException se,
         DBDictionary dict)Convert the specified exception into a StoreException. | 
| static OpenJPAException | SQLExceptions.getStore(Localizer.Message msg,
         SQLException se,
         DBDictionary dict,
         int level)Convert the specified exception into a StoreException. | 
| static OpenJPAException | SQLExceptions.getStore(SQLException se)Convert the specified exception into a StoreException. | 
| static OpenJPAException | SQLExceptions.getStore(SQLException se,
         DBDictionary dict)Convert the specified exception into a StoreException. | 
| static OpenJPAException | SQLExceptions.getStore(SQLException se,
         DBDictionary dict,
         int level)Convert the specified exception into a StoreException. | 
| static OpenJPAException | SQLExceptions.getStore(SQLException se,
         Object failed)Convert the specified exception into a OpenJPAException. | 
| static OpenJPAException | SQLExceptions.getStore(SQLException se,
         Object failed,
         DBDictionary dict)Convert the specified exception into a StoreException. | 
| static OpenJPAException | SQLExceptions.getStore(SQLException se,
         Object failed,
         DBDictionary dict,
         int level)Convert the specified exception into a StoreException. | 
| static OpenJPAException | SQLExceptions.getStore(String msg,
         SQLException se,
         DBDictionary dict)Convert the specified exception into a StoreException. | 
| static OpenJPAException | SQLExceptions.getStore(String msg,
         SQLException se,
         DBDictionary dict,
         int level)Convert the specified exception into a StoreException. | 
| static OpenJPAException | SQLExceptions.getStore(String msg,
         SQLException se,
         Object failed,
         DBDictionary dict)Convert the specified exception into a StoreException. | 
| static OpenJPAException | SQLExceptions.getStore(String msg,
         SQLException se,
         Object failed,
         DBDictionary dict,
         int level)Convert the specified exception into a StoreException. | 
| (package private)  OpenJPAException | DBDictionary.narrow(String msg,
       SQLException ex,
       Object failed)Gets the category of StoreException by matching the given SQLException's error state code to the list of error codes supplied by the dictionary. | 
|  OpenJPAException | JDataStoreDictionary.newStoreException(String msg,
                  SQLException[] causes,
                  Object failed) | 
|  OpenJPAException | HSQLDictionary.newStoreException(String msg,
                  SQLException[] causes,
                  Object failed) | 
|  OpenJPAException | DBDictionary.newStoreException(String msg,
                  SQLException[] causes,
                  Object failed)Return a new exception that wraps causes. | 
|  OpenJPAException | DB2Dictionary.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 OpenJPAException | |
|---|---|
| protected  OpenJPAException | AbstractExpressionBuilder.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.util | 
|---|
| Subclasses of OpenJPAException in org.apache.openjpa.util | |
|---|---|
|  class | CallbackExceptionException type thrown when an error occurs in a callback. | 
|  class | GeneralExceptionGeneral exception type. | 
|  class | InternalExceptionException type for internal errors. | 
|  class | InvalidStateExceptionException type thrown when attempting to execute an operation that is not allowed by the current state. | 
|  class | LockExceptionException indicating that locks on one or more objects could not be acquired. | 
|  class | MetaDataExceptionException type reserved for missing or invalid metadata. | 
|  class | NonUniqueResultExceptionException type thrown when a query was configured to return a single result, and multiple results were found. | 
|  class | NoResultExceptionException type thrown when a query was configured to return a single result, and no result was found. | 
|  class | NoTransactionExceptionException type thrown when attempting a transactional operation without an active transaction. | 
|  class | ObjectExistsExceptionException type reserved for conflicts with existing objects. | 
|  class | ObjectNotFoundExceptionException type reserved for failed object lookups. | 
|  class | OptimisticExceptionException type for optimistic concurrency violations. | 
|  class | QueryExceptionException indicating that a query timeout occurred. | 
|  class | ReferentialIntegrityExceptionException type reserved for violations of integrity constraints. | 
|  class | StoreExceptionBase exception for data store errors. | 
|  class | UnsupportedExceptionException type for attempts to perform unsupported operations. | 
|  class | UserExceptionBase exception type for user errors. | 
|  class | WrappedException | 
| Methods in org.apache.openjpa.util that return OpenJPAException | |
|---|---|
|  OpenJPAException | OpenJPAException.setCause(Throwable nested)The first nested throwable. | 
|  OpenJPAException | OpenJPAException.setFailedObject(Object failed)The failed object. | 
|  OpenJPAException | OpenJPAException.setFatal(boolean fatal)Whether this error is fatal. | 
|  OpenJPAException | OpenJPAException.setNestedThrowables(Throwable[] nested)The nested throwables. | 
| Uses of OpenJPAException in org.apache.openjpa.validation | 
|---|
| Subclasses of OpenJPAException in org.apache.openjpa.validation | |
|---|---|
|  class | ValidationException | 
|  class | ValidationUnavailableException | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||