Interface ExceptionHandler
-
- All Superinterfaces:
BiConsumer<Exception,HttpResponse>
public interface ExceptionHandler extends BiConsumer<Exception,HttpResponse>
-
-
Method Summary
-
Methods inherited from interface java.util.function.BiConsumer
accept, andThen
-
-