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 Link icon

    • JobExecutionNotMostRecentException Link icon

      public JobExecutionNotMostRecentException()
    • JobExecutionNotMostRecentException Link icon

      public JobExecutionNotMostRecentException(String message)
    • JobExecutionNotMostRecentException Link icon

      public JobExecutionNotMostRecentException(Throwable cause)
    • JobExecutionNotMostRecentException Link icon

      public JobExecutionNotMostRecentException(String message, Throwable cause)