Class CoreExceptionMapper
- java.lang.Object
-
- org.nuxeo.ecm.webengine.jaxrs.session.CoreExceptionMapper
-
- All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<Throwable>
@Deprecated public class CoreExceptionMapper extends Object implements javax.ws.rs.ext.ExceptionMapper<Throwable>
Deprecated.since 9.3.- Author:
- Bogdan Stefanescu
-
-
Constructor Summary
Constructors Constructor Description CoreExceptionMapper()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static javax.ws.rs.core.Response
getResponse(Throwable t, int status)
Deprecated.static String
getStackTrace(Throwable t)
Deprecated.javax.ws.rs.core.Response
toResponse(Throwable t)
Deprecated.
-
-
-
Field Detail
-
log
protected static final Log log
Deprecated.
-
-