Class NoSuchJobInstanceException

All Implemented Interfaces:
Serializable

@Deprecated(since="6.0", forRemoval=true) public class NoSuchJobInstanceException extends JobExecutionException
Deprecated, for removal: This API element is subject to removal in a future version.
as of 6.0 with no replacement. Scheduled for removal in 6.2.
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)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Create an exception with the given message.
      Parameters:
      msg - the error message.
    • NoSuchJobInstanceException

      public NoSuchJobInstanceException(String msg, Throwable e)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Parameters:
      msg - the error message.
      e - the cause of the exception.