@FunctionalInterface public interface RuntimeExceptionHandler
Modifier and Type | Method and Description |
---|---|
void |
handleRuntimeException(RuntimeException exception)
Invoked when the asynchronous task has failed with a runtime exception.
|
void handleRuntimeException(RuntimeException exception)
exception
- The runtime exception indicating why the asynchronous
task has failed.Copyright © 2010-2018, ForgeRock All Rights Reserved.