Class SkipException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.batch.core.UnexpectedJobExecutionException
org.springframework.batch.core.step.skip.SkipException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NonSkippableProcessException,NonSkippableReadException,NonSkippableWriteException,SkipLimitExceededException,SkipOverflowException
Base exception indicating that the skip has failed or caused a failure.
- Author:
- Dave Syer, Mahmoud Ben Hassine
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SkipException
- Parameters:
msg- the messagenested- the cause
-
SkipException
- Parameters:
msg- the message
-