Package jakarta.batch.operations
Class JobExecutionAlreadyCompleteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.batch.operations.BatchRuntimeException
jakarta.batch.operations.JobExecutionAlreadyCompleteException
- All Implemented Interfaces:
 Serializable
JobExecutionAlreadyCompleteException is thrown when restart is called for an already-completed job instance.
 I.e. when 
JobOperator.restart(long, java.util.Properties) is called, and the most recent 
 job execution for the corresponding job instance has ended with BatchStatus of COMPLETED.- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
JobExecutionAlreadyCompleteException
public JobExecutionAlreadyCompleteException() - 
JobExecutionAlreadyCompleteException
 - 
JobExecutionAlreadyCompleteException
 - 
JobExecutionAlreadyCompleteException
 
 -