Class NoSuchJobInstanceException

  • All Implemented Interfaces:
    Serializable

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

      • NoSuchJobInstanceException

        public NoSuchJobInstanceException()
      • NoSuchJobInstanceException

        public NoSuchJobInstanceException​(String message)
      • NoSuchJobInstanceException

        public NoSuchJobInstanceException​(Throwable cause)
      • NoSuchJobInstanceException

        public NoSuchJobInstanceException​(String message,
                                          Throwable cause)