Class ODataJPAErrorCallback
- java.lang.Object
-
- org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPAErrorCallback
-
- All Implemented Interfaces:
ODataCallback,ODataErrorCallback
public class ODataJPAErrorCallback extends Object implements ODataErrorCallback
-
-
Constructor Summary
Constructors Constructor Description ODataJPAErrorCallback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ODataResponsehandleError(ODataErrorContext context)
-
-
-
Method Detail
-
handleError
public ODataResponse handleError(ODataErrorContext context) throws ODataApplicationException
- Specified by:
handleErrorin interfaceODataErrorCallback- Throws:
ODataApplicationException
-
-