Class JobExecutionAlreadyCompleteException

All Implemented Interfaces:
Serializable

public class JobExecutionAlreadyCompleteException extends BatchRuntimeException
JobExecutionAlreadyCompleteException is thrown when restart is called for an already-completed job instance. I.e. when 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.
See Also:
  • Constructor Details

    • JobExecutionAlreadyCompleteException

      public JobExecutionAlreadyCompleteException()
    • JobExecutionAlreadyCompleteException

      public JobExecutionAlreadyCompleteException(String message)
    • JobExecutionAlreadyCompleteException

      public JobExecutionAlreadyCompleteException(Throwable cause)
    • JobExecutionAlreadyCompleteException

      public JobExecutionAlreadyCompleteException(String message, Throwable cause)