Class JobStop

All Implemented Interfaces:
Serializable

public class JobStop extends RuntimeException
Signals, that a job is to be terminated as soon as possible, when calling JobContext.stopIfRequested().
Author:
Ralf Wiebicke
See Also:
  • Constructor Details

    • JobStop

      public JobStop(String message)
      Parameters:
      message - Should contain detailed information about the request to stop the job
    • JobStop

      @Deprecated public JobStop()
      Deprecated.
      Use JobStop(String) instead.