All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
Response |
executeExactExceptionMapper(Throwable exception)
If there exists an Exception mapper for exception, execute it, otherwise, do NOT recurse up class hierarchy
of exception.
|
Response |
executeExceptionMapper(Throwable exception)
Execute an ExceptionMapper if one exists for the given exception.
|
Response |
executeExceptionMapperForClass(Throwable exception,
Class clazz) |
protected Response |
handleApplicationException(HttpRequest request,
ApplicationException e) |
protected Response |
handleClientErrorException(Response response,
String message,
int errorCode,
Throwable cause) |
Response |
handleException(HttpRequest request,
Throwable e) |
protected Response |
handleFailure(HttpRequest request,
Failure failure) |
protected Response |
handleReaderException(HttpRequest request,
ReaderException e) |
protected Response |
handleWebApplicationException(WebApplicationException wae) |
protected Response |
handleWriterException(HttpRequest request,
WriterException e) |
boolean |
isMapperExecuted() |
protected Response |
unwrapException(HttpRequest request,
Throwable e) |