Uses of Class
org.springframework.batch.core.UnexpectedJobExecutionException

Packages that use UnexpectedJobExecutionException
org.springframework.batch.core.step Specific implementations of step concerns. 
org.springframework.batch.core.step.skip Specific implementations of skip concerns for items in a step. 
 

Uses of UnexpectedJobExecutionException in org.springframework.batch.core.step
 

Methods in org.springframework.batch.core.step that throw UnexpectedJobExecutionException
 void AbstractStep.execute(StepExecution stepExecution)
          Template method for step execution logic - calls abstract methods for resource initialization (AbstractStep.open(ExecutionContext)), execution logic (AbstractStep.doExecute(StepExecution)) and resource closing (AbstractStep.close(ExecutionContext)).
 

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

Subclasses of UnexpectedJobExecutionException in org.springframework.batch.core.step.skip
 class SkipLimitExceededException
          Exception indicating that the skip limit for a particular has been exceeded.
 



Copyright © 2008 SpringSource. All Rights Reserved.