org.springframework.batch.core.step.skip
Class SkipException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.batch.core.UnexpectedJobExecutionException
                  extended by org.springframework.batch.core.step.skip.SkipException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NonSkippableProcessException, NonSkippableReadException, NonSkippableWriteException, SkipLimitExceededException, SkipOverflowException

public abstract class SkipException
extends UnexpectedJobExecutionException

Base exception indicating that the skip has failed or caused a failure.

Author:
Dave Syer
See Also:
Serialized Form

Constructor Summary
SkipException(String msg)
           
SkipException(String msg, Throwable nested)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SkipException

public SkipException(String msg,
                     Throwable nested)
Parameters:
msg - the message
nested - the cause

SkipException

public SkipException(String msg)
Parameters:
msg - the message


Copyright © 2013 SpringSource. All Rights Reserved.