Uses of Class
org.springframework.batch.core.UnexpectedJobExecutionException
Packages that use 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
Methods in org.springframework.batch.core.launch that throw UnexpectedJobExecutionExceptionModifier 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
Methods in org.springframework.batch.core.launch.support that throw UnexpectedJobExecutionException -
Uses of UnexpectedJobExecutionException in org.springframework.batch.core.step
Subclasses of UnexpectedJobExecutionException in org.springframework.batch.core.stepMethods in org.springframework.batch.core.step that throw UnexpectedJobExecutionExceptionModifier 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
Subclasses of UnexpectedJobExecutionException in org.springframework.batch.core.step.item -
Uses of UnexpectedJobExecutionException in org.springframework.batch.core.step.skip
Subclasses of UnexpectedJobExecutionException in org.springframework.batch.core.step.skipModifier 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.