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

Packages that use SkipException
org.springframework.batch.core.step.item Specific implementations of step concerns for item-oriented approach. 
org.springframework.batch.core.step.skip Specific implementations of skip concerns for items in a step. 
 

Uses of SkipException in org.springframework.batch.core.step.item
 

Subclasses of SkipException in org.springframework.batch.core.step.item
 class SkipOverflowException
           
 

Uses of SkipException in org.springframework.batch.core.step.skip
 

Subclasses of SkipException in org.springframework.batch.core.step.skip
 class NonSkippableProcessException
          Fatal exception to be thrown when a process operation could not be skipped.
 class NonSkippableReadException
          Fatal exception to be thrown when a read operation could not be skipped.
 class NonSkippableWriteException
          Fatal exception to be thrown when a process operation could not be skipped.
 class SkipLimitExceededException
          Exception indicating that the skip limit for a particular has been exceeded.
 



Copyright © 2013 SpringSource. All Rights Reserved.