Uses of Interface
org.apache.openjpa.util.ExceptionInfo
Package
Description
JPA Query Language Support
OpenJPA JPA
OpenJPA Utilities
-
Uses of ExceptionInfo in org.apache.openjpa.kernel.jpql
Modifier and TypeClassDescriptionclass
Signifies that a lexical error occurred when parsing the JPQL statement. -
Uses of ExceptionInfo in org.apache.openjpa.persistence
Modifier and TypeClassDescriptionclass
ExtendedIllegalArgumentException
.class
Conflict with existing entity.class
Missing entity.class
ExtendedIllegalStateException
.class
Pessimistic lock timeout violation.class
Unique query returned multipl results.class
Unique query returned no results.class
Optimistic concurrency violation.class
General persistence exception.class
Pessimistic concurrency violation.class
Query timeout violation.class
Rollback occurred on attempt to commit.class
Transaction required. -
Uses of ExceptionInfo in org.apache.openjpa.util
Modifier and TypeClassDescriptionclass
Exception type thrown when an error occurs in a callback.class
General exception type.class
Exception type for internal errors.class
Exception type thrown when attempting to execute an operation that is not allowed by the current state.class
Exception indicating that locks on one or more objects could not be acquired.class
Exception type reserved for missing or invalid metadata.class
Exception type thrown when a query was configured to return a single result, and multiple results were found.class
Exception type thrown when a query was configured to return a single result, and no result was found.class
Exception type thrown when attempting a transactional operation without an active transaction.class
Exception type reserved for conflicts with existing objects.class
Exception type reserved for failed object lookups.class
Exception type for all OpenJPA exceptions.class
Exception type for optimistic concurrency violations.class
Exception indicating that a query timeout occurred.class
Exception type reserved for violations of integrity constraints.class
Base exception for data store errors.class
Exception type for attempts to perform unsupported operations.class
Base exception type for user errors.class
Identifiable exception type which wraps an internal runtime exception.Modifier and TypeMethodDescriptionstatic 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. -
Uses of ExceptionInfo in org.apache.openjpa.validation