Class OpenJPAException

All Implemented Interfaces:
Serializable, ExceptionInfo
Direct Known Subclasses:
GeneralException, InternalException, StoreException, UnsupportedException, UserException, ValidationUnavailableException, WrappedException

public abstract class OpenJPAException extends RuntimeException implements Serializable, ExceptionInfo
Exception type for all OpenJPA exceptions. Meant to be easily transformed into an appropriate exception at the API layer, since most APIs define their own exception types.
Since:
0.4.0
Author:
Abe White
See Also: