Class NoSuchJobExecutionException

All Implemented Interfaces:
Serializable

public class NoSuchJobExecutionException extends JobExecutionException
Checked exception to indicate that a required JobExecution is not available.
Author:
Dave Syer, Mahmoud Ben Hassine
See Also:
  • Constructor Details

    • NoSuchJobExecutionException

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

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