| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExceptionInfo | |
|---|---|
| org.apache.openjpa.kernel.jpql | JPA Query Language Support | 
| org.apache.openjpa.persistence | OpenJPA JPA | 
| org.apache.openjpa.util | OpenJPA Utilities | 
| Uses of ExceptionInfo in org.apache.openjpa.kernel.jpql | 
|---|
| Classes in org.apache.openjpa.kernel.jpql that implement ExceptionInfo | |
|---|---|
|  class | ParseExceptionSignifies that a lexical error occurred when parsing the JPQL statement. | 
| Uses of ExceptionInfo in org.apache.openjpa.persistence | 
|---|
| Classes in org.apache.openjpa.persistence that implement ExceptionInfo | |
|---|---|
|  class | ArgumentExceptionExtended IllegalArgumentException. | 
|  class | EntityExistsExceptionConflict with existing entity. | 
|  class | EntityNotFoundExceptionMissing entity. | 
|  class | OptimisticLockExceptionOptimistic concurrency violation. | 
|  class | PersistenceExceptionGeneral persistence exception. | 
|  class | RollbackExceptionRollback occurred on attempt to commit. | 
|  class | TransactionRequiredExceptionTransaction required. | 
| Uses of ExceptionInfo in org.apache.openjpa.util | 
|---|
| Classes in org.apache.openjpa.util that implement ExceptionInfo | |
|---|---|
|  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 | OpenJPAExceptionException type for all OpenJPA exceptions. | 
|  class | OptimisticExceptionException type for optimistic concurrency violations. | 
|  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. | 
| Methods in org.apache.openjpa.util with parameters of type ExceptionInfo | |
|---|---|
| static void | Exceptions.printNestedThrowables(ExceptionInfo e,
                      PrintStream out)Print the stack trace of the exception's nested throwables. | 
| static void | Exceptions.printNestedThrowables(ExceptionInfo e,
                      PrintWriter out)Print the stack trace of the exception's nested throwables. | 
| static String | Exceptions.toString(ExceptionInfo e)Stringify the given exception. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||