public class DefaultResponseExceptionMapper extends Object implements ResponseExceptionMapper
ResponseExceptionMapper required for the specification.DEFAULT_PRIORITY| Constructor and Description |
|---|
DefaultResponseExceptionMapper() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPriority() |
boolean |
handles(int status,
javax.ws.rs.core.MultivaluedMap headers) |
Throwable |
toThrowable(javax.ws.rs.core.Response response) |
public Throwable toThrowable(javax.ws.rs.core.Response response)
toThrowable in interface ResponseExceptionMapperpublic boolean handles(int status,
javax.ws.rs.core.MultivaluedMap headers)
handles in interface ResponseExceptionMapperpublic int getPriority()
getPriority in interface ResponseExceptionMapperCopyright © 2018–2019. All rights reserved.