org.springframework.batch.core.step.skip
Class SkipListenerFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.batch.core.UnexpectedJobExecutionException
org.springframework.batch.core.step.skip.SkipListenerFailedException
- All Implemented Interfaces:
- Serializable
public class SkipListenerFailedException
- extends UnexpectedJobExecutionException
Special exception to indicate a failure in a skip listener. These need
special treatment in the framework in case a skip sends itself into an
infinite loop.
- 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 |
SkipListenerFailedException
public SkipListenerFailedException(String message,
RuntimeException ex,
Throwable t)
- Parameters:
message
- describes the error to the userex
- the exception that was thrown by a SkipListener
t
- the exception that caused the skip
Copyright © 2013 SpringSource. All Rights Reserved.