Interface HttpExceptionMapper<T extends Throwable>
-
- All Superinterfaces:
ExceptionMapper<T>
public interface HttpExceptionMapper<T extends Throwable> extends ExceptionMapper<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidmap(T exception, MetaData metaData)voidmap(T exception, HttpRequest request, HttpResponse response)
-
-
-
Method Detail
-
map
default void map(T exception, MetaData metaData)
- Specified by:
mapin interfaceExceptionMapper<T extends Throwable>
-
map
void map(T exception, HttpRequest request, HttpResponse response)
-
-