public class JobExecutionNotMostRecentException extends BatchRuntimeException
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.Constructor and Description |
---|
JobExecutionNotMostRecentException() |
JobExecutionNotMostRecentException(java.lang.String message) |
JobExecutionNotMostRecentException(java.lang.String message,
java.lang.Throwable cause) |
JobExecutionNotMostRecentException(java.lang.Throwable cause) |
public JobExecutionNotMostRecentException()
public JobExecutionNotMostRecentException(java.lang.String message)
public JobExecutionNotMostRecentException(java.lang.Throwable cause)
public JobExecutionNotMostRecentException(java.lang.String message, java.lang.Throwable cause)