- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- jakarta.batch.operations.BatchRuntimeException
- 
- jakarta.batch.operations.JobExecutionAlreadyCompleteException
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class JobExecutionAlreadyCompleteException extends BatchRuntimeException JobExecutionAlreadyCompleteException is thrown when restart is called for an already-completed job instance. I.e. whenJobOperator.restart(long, java.util.Properties)is called, and the most recent job execution for the corresponding job instance has ended withBatchStatusof COMPLETED.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description JobExecutionAlreadyCompleteException()JobExecutionAlreadyCompleteException(String message)JobExecutionAlreadyCompleteException(String message, Throwable cause)JobExecutionAlreadyCompleteException(Throwable cause)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-