Class JobExecutionFailedException

All Implemented Interfaces:
Serializable

This exception indicates an unrecoverable processing failure. It should be thrown by IJobStepWorker instances in the case that an error occurs that is not expected to produce a success if it is retried.

In the case of potentially recoverable errors (IOException, database constraint errors, etc) you should throw InternalErrorException instead.

See Also: