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
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 Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JobExecutionNotRunningException
Create aJobExecutionNotRunningException
with a message.- Parameters:
msg
- the message to signal cause of failure with details about the job execution
-