Package org.apache.olingo.odata2.jpa.processor.api.exception
package org.apache.olingo.odata2.jpa.processor.api.exception
OData JPA Processor API Library - Exceptions
There are two main types of exceptions thrown from the library- Model Exception
- Runtime Exception
The Model Exception is thrown while processing JPA metamodels and runtime exception is thrown while processing persistence data.
-
ClassDescriptionThe exception class is the base of OData JPA exceptions.The interface is used to access language dependent message texts.The exception is thrown for any unexpected errors raising while accessing/transforming Java Persistence Models.The exception is thrown for any unexpected errors raising while accessing data from Java Persistence Models.