org.springframework.batch.core.step
Class NoSuchStepException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.batch.core.step.NoSuchStepException
- All Implemented Interfaces:
- Serializable
public class NoSuchStepException
- extends RuntimeException
Exception to signal that a step was requested that is unknown or does not
exist.
- Author:
- Dave Syer
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchStepException
public NoSuchStepException(String message)
- Create a new exception instance with the message provided.
- Parameters:
message
-
Copyright © 2013 SpringSource. All Rights Reserved.