Uses of Class
jakarta.batch.operations.BatchRuntimeException
Packages that use 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
Subclasses of BatchRuntimeException in jakarta.batch.operationsModifier and TypeClassDescriptionclassJobExecutionAlreadyCompleteException is thrown when restart is called for an already-completed job instance.classJobExecutionIsRunningException is thrown whenJobOperator.abandon(long)is called on a job execution which is currently running (i.e.classJobExecutionNotMostRecentException is thrown whenJobOperator.restart(long, java.util.Properties)is called on a job instance which has already completed (i.e.classJobExecutionNotRunningException is thrown whenJobOperator.stop(long)is called on a job instance which is not currently running.classJobRestartException is thrown when an error occurs during the JobOperator restart operation.classSecurityException is thrown when an user is not authorized to run a JobOperator method, such as restart, stop, abandon, any getters, etc.classJobStartException is thrown when an error occurs during the JobOperator start operation.classUsed in JobOperator methods when referencing a job name value which does not correspond to a job recognized by the implementation's repository.classUsed in JobOperator methods when referencing a job execution value which does not correspond to a job execution recognized by the implementation's repository.classUsed in JobOperator methods when referencing a job instance value which does not correspond to a job instance recognized by the implementation's repository.