Class NoSuchJobInstanceException

All Implemented Interfaces:
Serializable

public class NoSuchJobInstanceException extends JobExecutionException
Exception that signals that the user requested an operation on a non-existent JobInstance.
Author:
Dave Syer, Mahmoud Ben Hassine
See Also:
  • Constructor Details

    • NoSuchJobInstanceException

      public NoSuchJobInstanceException(String msg)
      Create an exception with the given message.
      Parameters:
      msg - the error message.
    • NoSuchJobInstanceException

      public NoSuchJobInstanceException(String msg, Throwable e)
      Parameters:
      msg - the error message.
      e - the cause of the exception.