Uses of Interface
org.apache.openjpa.util.ExceptionInfo
Packages that use ExceptionInfo
Package
Description
JPA Query Language Support
OpenJPA JPA
OpenJPA Utilities
-
Uses of ExceptionInfo in org.apache.openjpa.kernel.jpql
Classes in org.apache.openjpa.kernel.jpql that implement ExceptionInfoModifier and TypeClassDescriptionclassSignifies 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 ExceptionInfoModifier and TypeClassDescriptionclassExtendedIllegalArgumentException.classConflict with existing entity.classMissing entity.classExtendedIllegalStateException.classPessimistic lock timeout violation.classUnique query returned multipl results.classUnique query returned no results.classOptimistic concurrency violation.classGeneral persistence exception.classPessimistic concurrency violation.classQuery timeout violation.classRollback occurred on attempt to commit.classTransaction required. -
Uses of ExceptionInfo in org.apache.openjpa.util
Classes in org.apache.openjpa.util that implement ExceptionInfoModifier 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 all OpenJPA exceptions.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 with parameters of type ExceptionInfoModifier and TypeMethodDescriptionstatic voidExceptions.printNestedThrowables(ExceptionInfo e, PrintStream out) Print the stack trace of the exception's nested throwables.static voidExceptions.printNestedThrowables(ExceptionInfo e, PrintWriter out) Print the stack trace of the exception's nested throwables.static StringExceptions.toString(ExceptionInfo e) Stringify the given exception. -
Uses of ExceptionInfo in org.apache.openjpa.validation
Classes in org.apache.openjpa.validation that implement ExceptionInfo