Class JobExecutionNotRunningException

All Implemented Interfaces:
Serializable

public class JobExecutionNotRunningException extends BatchRuntimeException
JobExecutionNotRunningException is thrown when JobOperator.stop(long) is called on a job instance which is not currently running.
See Also:
  • Constructor Details

    • JobExecutionNotRunningException

      public JobExecutionNotRunningException()
    • JobExecutionNotRunningException

      public JobExecutionNotRunningException(String message)
    • JobExecutionNotRunningException

      public JobExecutionNotRunningException(Throwable cause)
    • JobExecutionNotRunningException

      public JobExecutionNotRunningException(String message, Throwable cause)