public interface AsyncExceptionHandler
Modifier and Type | Method and Description |
---|---|
void |
handleAsyncException(String message,
Throwable exception)
Handles an exception thrown by another thread (e.g. a TriggerTask), other than the one
executing the main task.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.