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

Packages that use UnexpectedJobExecutionException
org.springframework.batch.core.launch.support Support classes for use in bootstrap and launch implementations or configurations. 
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.launch.support
 

Methods in org.springframework.batch.core.launch.support that throw UnexpectedJobExecutionException
 java.lang.Long SimpleJobOperator.startNextInstance(java.lang.String jobName)
           
 

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 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 SkipException
          Base exception indicating that the skip has failed or caused a failure.
 class SkipLimitExceededException
          Exception indicating that the skip limit for a particular has been exceeded.
 class SkipListenerFailedException
          Special exception to indicate a failure in a skip listener.
 



Copyright © 2009. All Rights Reserved.