public interface ExceptionMapper<R>
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<R> |
errorResponseClass() |
default java.lang.Throwable |
fromResponse(R response) |
R |
toResponse(java.lang.Throwable exception) |
static java.lang.Throwable |
unwrap(java.lang.Throwable throwable) |