Class NoSuchJobInstanceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.springframework.batch.core.JobExecutionException
org.springframework.batch.core.launch.NoSuchJobInstanceException
- All Implemented Interfaces:
Serializable
Exception that signals that the user requested an operation on a non-existent
JobInstance
.- Author:
- Dave Syer
- See Also:
-
Constructor Summary
ConstructorDescriptionCreate an exception with the given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchJobInstanceException
Create an exception with the given message.- Parameters:
msg
- the error message.
-
NoSuchJobInstanceException
- Parameters:
msg
- the error message.e
- the cause of the exception.
-