Class ODataExceptionWrapper
- java.lang.Object
-
- org.apache.olingo.odata2.core.servlet.ODataExceptionWrapper
-
public class ODataExceptionWrapper extends Object
-
-
Constructor Summary
Constructors Constructor Description ODataExceptionWrapper(javax.servlet.http.HttpServletRequest req, ODataServiceFactory serviceFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ODataResponsewrapInExceptionResponse(Exception exception)
-
-
-
Constructor Detail
-
ODataExceptionWrapper
public ODataExceptionWrapper(javax.servlet.http.HttpServletRequest req, ODataServiceFactory serviceFactory)
-
-
Method Detail
-
wrapInExceptionResponse
public ODataResponse wrapInExceptionResponse(Exception exception)
-
-