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, Mahmoud Ben Hassine
See Also:
  • Constructor Details

    • NoSuchStepException

      public NoSuchStepException(String message)
      Create a new exception instance with the message provided.
      Parameters:
      message - the message to be used for this exception.