Class JobExecutionNotMostRecentException

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:
  • Constructor Details

    • JobExecutionNotMostRecentException

      public JobExecutionNotMostRecentException()
    • JobExecutionNotMostRecentException

      public JobExecutionNotMostRecentException(String message)
    • JobExecutionNotMostRecentException

      public JobExecutionNotMostRecentException(Throwable cause)
    • JobExecutionNotMostRecentException

      public JobExecutionNotMostRecentException(String message, Throwable cause)