Class ODataJPAException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.olingo.odata2.api.exception.ODataException
org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPAException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ODataJPAModelException, ODataJPARuntimeException

public abstract class ODataJPAException extends ODataException
The exception class is the base of OData JPA exceptions. The class also provides non localized error texts that can be used for raising OData JPA exceptions with non localized error texts.
See Also: