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