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

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.SkipLimitExceededException
All Implemented Interfaces:
Serializable

public class SkipLimitExceededException
extends UnexpectedJobExecutionException

Exception indicating that the skip limit for a particular has been exceeded.

Author:
Ben Hale, Lucas Ward
See Also:
Serialized Form

Constructor Summary
SkipLimitExceededException(int skipLimit, Throwable t)
           
 
Method Summary
 int getSkipLimit()
           
 
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

SkipLimitExceededException

public SkipLimitExceededException(int skipLimit,
                                  Throwable t)
Method Detail

getSkipLimit

public int getSkipLimit()


Copyright © 2008 SpringSource. All Rights Reserved.