public class StepListenerFailedException extends RuntimeException
Constructor and Description |
---|
StepListenerFailedException(String message,
Throwable t) |
StepListenerFailedException(String message,
Throwable ex,
RuntimeException e) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public StepListenerFailedException(String message, Throwable t)
message
- describes the error to the usert
- the exception that was thrown by a listenerpublic StepListenerFailedException(String message, Throwable ex, RuntimeException e)
message
- describes the error to the userex
- the exception that was thrown by a listenere
- the exception that caused the skipCopyright © 2013 SpringSource. All rights reserved.