Class JobExecutionNotRunningException

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

public class JobExecutionNotRunningException extends JobExecutionException
Checked exception indicating that a JobExecution that is not currently running has been requested to stop.
Since:
2.0
Author:
Dave Syer, Mahmoud Ben Hassine
See Also:
  • Constructor Details

    • JobExecutionNotRunningException

      public JobExecutionNotRunningException(String msg)
      Create a JobExecutionNotRunningException with a message.
      Parameters:
      msg - the message to signal cause of failure with details about the job execution