Class NoSuchStepException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.batch.core.step.NoSuchStepException
- All Implemented Interfaces:
Serializable
Exception to signal that a step was requested that is unknown or does not exist.
- Author:
- Dave Syer, Mahmoud Ben Hassine
- See Also:
-
Constructor Summary
ConstructorDescriptionNoSuchStepException
(String message) Create a new exception instance with the message provided. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchStepException
Create a new exception instance with the message provided.- Parameters:
message
- the message to be used for this exception.
-