Class NoSuchJobException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.springframework.batch.core.JobExecutionException
org.springframework.batch.core.launch.NoSuchJobException
- All Implemented Interfaces:
Serializable
Checked exception to indicate that a required
Job
is not available.- Author:
- Dave Syer
- See Also:
-
Constructor Summary
ConstructorDescriptionNoSuchJobException
(String msg) Create an exception with the given message.NoSuchJobException
(String msg, Throwable e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchJobException
Create an exception with the given message.- Parameters:
msg
- the error message.
-
NoSuchJobException
- Parameters:
msg
- the error message.e
- the cause of the exception.
-