| Exception | Description |
|---|---|
| InvalidTaskException |
Applies to a task that cannot be processed by the framework.
|
| InvalidTaskMethodException |
Applies to a task that cannot method be executed by the framework.
|
| MisplacedTaskMethodException |
Thrown when a
TaskInterface method is called directly on a user POJO
rather than the wrapper return from Orchestrator.task(TaskInterface),
when the user POJO has not overridden such methods (which is usually the case). |
| TaskNotStartedException |
Applies to a task that was never started because of an exception elsewhere.
|
| TimeoutExceededException |
When a timeout has been specified and exceeded.
|
Copyright © 2021. All rights reserved.