Class StepListenerFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.batch.core.listener.StepListenerFailedException
All Implemented Interfaces:
Serializable

public class StepListenerFailedException extends RuntimeException
Exception to indicate a problem in a step listener.
Author:
Dave Syer, Michael Minella, Mahmoud Ben Hassine
See Also:
  • Constructor Details

    • StepListenerFailedException

      public StepListenerFailedException(String message, Throwable t)
      Parameters:
      message - describes the error to the user
      t - the exception that was thrown by a listener