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