Class JobExecutionNotFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.springframework.batch.core.JobExecutionException
org.springframework.batch.core.launch.JobExecutionNotFailedException
All Implemented Interfaces:
Serializable

public class JobExecutionNotFailedException extends JobExecutionException
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)
      Create an exception with the given message.
      Parameters:
      msg - the error message.
    • JobExecutionNotFailedException

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