Class JobExecutionAlreadyCompleteException

java.lang.Object
All Implemented Interfaces:
Serializable

public class JobExecutionAlreadyCompleteException extends BatchRuntimeException
JobExecutionAlreadyCompleteException is thrown when restart is called for an already-completed job instance. I.e. when JobOperator.restart(long, java.util.Properties) is called, and the most recent job execution for the corresponding job instance has ended with BatchStatus of COMPLETED.
See Also: