Class JobExecutionNotMostRecentException

java.lang.Object
All Implemented Interfaces:
Serializable

public class JobExecutionNotMostRecentException extends BatchRuntimeException
JobExecutionNotMostRecentException is thrown when JobOperator.restart(long, java.util.Properties) is called on a job instance which has already completed (i.e. the most recent execution has ended with BatchStatus of COMPLETED.
See Also: