E
- The type of exception consumed by the handler.@FunctionalInterface public interface ExceptionHandler<E>
Modifier and Type | Method and Description |
---|---|
void |
handleException(E exception)
Invoked when the asynchronous task has failed.
|
void handleException(E exception)
exception
- The exception indicating why the asynchronous task has failed.Copyright © 2010-2018, ForgeRock All Rights Reserved.