E - The type of exception consumed by the handler.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 © 2025 Open Identity Platform Community. All rights reserved.