Class ScenarioErrorCallback
- java.lang.Object
-
- org.apache.olingo.odata2.ref.processor.ScenarioErrorCallback
-
- All Implemented Interfaces:
ODataCallback,ODataErrorCallback
public class ScenarioErrorCallback extends Object implements ODataErrorCallback
Callback for handling errors by logging internal server errors additionally.
-
-
Constructor Summary
Constructors Constructor Description ScenarioErrorCallback()
-
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
-
-