Uses of Class
org.springframework.batch.core.UnexpectedJobExecutionException
Package
Description
Interfaces and simple implementations of launch concerns.
Support classes for use in bootstrap and launch implementations or configurations.
Specific implementations of step concerns.
Specific implementations of step concerns for item-oriented approach.
Specific implementations of skip concerns for items in a step.
-
Uses of UnexpectedJobExecutionException in org.springframework.batch.core.launch
Modifier and TypeMethodDescriptionJobOperator.startNextInstance
(String jobName) Launch the next in a sequence ofJobInstance
determined by theJobParametersIncrementer
attached to the specified job. -
Uses of UnexpectedJobExecutionException in org.springframework.batch.core.launch.support
-
Uses of UnexpectedJobExecutionException in org.springframework.batch.core.step
Modifier and TypeMethodDescriptionfinal 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.item
-
Uses of UnexpectedJobExecutionException in org.springframework.batch.core.step.skip
Modifier and TypeClassDescriptionclass
Fatal exception to be thrown when a process operation could not be skipped.class
Fatal exception to be thrown when a read operation could not be skipped.class
Fatal exception to be thrown when a process operation could not be skipped.class
Base exception indicating that the skip has failed or caused a failure.class
Exception indicating that the skip limit for a particularStep
has been exceeded.class
Special exception to indicate a failure in a skip listener.class
Special exception to indicate a failure in a skip policy.