Class JobExecutionNotFailedException

All Implemented Interfaces:
Serializable

@Deprecated(since="6.0", forRemoval=true) public class JobExecutionNotFailedException extends JobExecutionException
Deprecated, for removal: This API element is subject to removal in a future version.
as of 6.0 in favor of JobRestartException with a specific message. Scheduled for removal in 6.2.
Checked exception to indicate that user asked for a job execution to be resumed when actually it didn't fail.
Author:
Dave Syer, Mahmoud Ben Hassine
See Also:
  • Constructor Details

    • JobExecutionNotFailedException

      public JobExecutionNotFailedException(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.
    • JobExecutionNotFailedException

      public JobExecutionNotFailedException(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