Exception | Description |
---|---|
ConfigNotFoundException |
ConfigNotFoundException.
|
IllegalJobStateException |
Illegal call on JobManager for current job state.
|
InvalidConfigException |
Thrown on JobManager definition parsing and validation errors.
|
JobDependencyException |
Exception thrown by job manager if a job dependency is not satisfied (e.g. a job should be started but is dependent
on a job that is not yet started, etc.).
|
JobManagerException |
Base class for exception thrown by JobManager methods.
|
JobRunModeNotAllowedException |
It is not allowed to start a job in the given mode.
|
NoSuchTaskGeneratorException |
unchecked exception thrown when the specified task generator could not be retrieved.
|
PersistenceException |
PersistenceException.
|