Invoked when a fatal error has occurred with the executor and/or executor driver. The driver will be aborted BEFORE invoking this callback. @param driver The executor driver that was aborted due this error. @param message The error message. @see ExecutorDriver
(ExecutorDriver driver, String message)
| 146 | * @see ExecutorDriver |
| 147 | */ |
| 148 | void error(ExecutorDriver driver, String message); |
| 149 | } |
no outgoing calls