Class JobStepFailedException

All Implemented Interfaces:
Serializable

When a step throws an Exception that is not a JobExecutionFailedException, the Smile Batch 2 framework will rethrow the exception as a JobStepFailedException. This will cause the job notification message to remain on the channel and the system will try executing the send operation repeatedly until it succeeds.
See Also: