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