Uses of Class
jakarta.batch.operations.BatchRuntimeException
Package
Description
Provides APIs for starting, managing, and viewing results of Batch job executions, along with a set of exceptions.
-
Uses of BatchRuntimeException in jakarta.batch.operations
Modifier and TypeClassDescriptionclass
JobExecutionAlreadyCompleteException is thrown when restart is called for an already-completed job instance.class
JobExecutionIsRunningException is thrown whenJobOperator.abandon(long)
is called on a job execution which is currently running (i.e.class
JobExecutionNotMostRecentException is thrown whenJobOperator.restart(long, java.util.Properties)
is called on a job instance which has already completed (i.e.class
JobExecutionNotRunningException is thrown whenJobOperator.stop(long)
is called on a job instance which is not currently running.class
JobRestartException is thrown when an error occurs during the JobOperator restart operation.class
SecurityException is thrown when an user is not authorized to run a JobOperator method, such as restart, stop, abandon, any getters, etc.class
JobStartException is thrown when an error occurs during the JobOperator start operation.class
Used in JobOperator methods when referencing a job name value which does not correspond to a job recognized by the implementation's repository.class
Used in JobOperator methods when referencing a job execution value which does not correspond to a job execution recognized by the implementation's repository.class
Used in JobOperator methods when referencing a job instance value which does not correspond to a job instance recognized by the implementation's repository.