类 JobInterruptedException

  • 所有已实现的接口:
    java.io.Serializable

    public class JobInterruptedException
    extends JobExecutionException
    Exception to indicate the 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.
    作者:
    Lucas Ward, Dave Syer
    另请参阅:
    序列化表格
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型方法说明
      BatchStatusgetStatus()
      The desired status of the surrounding execution after the interruption.
      • 从类继承的方法 java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 方法详细资料

      • getStatus

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