Class JobInterruptedException

All Implemented Interfaces:
Serializable

public class JobInterruptedException extends JobExecutionException
Exception to indicate the job has been interrupted. The exception state indicated is not normally recoverable by batch application clients, but internally it is useful to force a check. The exception will often be wrapped in a runtime exception (usually UnexpectedJobExecutionException before reaching the client.
Author:
Lucas Ward, Dave Syer
See Also:
  • Constructor Details

    • JobInterruptedException

      public JobInterruptedException(String msg)
    • JobInterruptedException

      public JobInterruptedException(String msg, BatchStatus status)
  • Method Details

    • getStatus

      public BatchStatus getStatus()
      The desired status of the surrounding execution after the interruption.
      Returns:
      the status of the interruption (default STOPPED)