Class StepBuilderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.batch.core.step.builder.StepBuilderException
All Implemented Interfaces:
Serializable

public class StepBuilderException extends RuntimeException
Utility exception thrown by builders when they encounter unexpected checked exceptions.
Since:
2.2
Author:
Dave Syer, Mahmoud Ben Hassine
See Also:
  • Constructor Details

    • StepBuilderException

      public StepBuilderException(Exception e)