Class NoSuchJobException

  • All Implemented Interfaces:
    Serializable

    public class NoSuchJobException
    extends BatchRuntimeException
    Used in JobOperator methods when referencing a job name value which does not correspond to a job recognized by the implementation's repository.
    See Also:
    Serialized Form
    • Constructor Detail

      • NoSuchJobException

        public NoSuchJobException()
      • NoSuchJobException

        public NoSuchJobException​(String message)
      • NoSuchJobException

        public NoSuchJobException​(Throwable cause)
      • NoSuchJobException

        public NoSuchJobException​(String message,
                                  Throwable cause)