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
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 withBatchStatus
of COMPLETED.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JobExecutionAlreadyCompleteException()
JobExecutionAlreadyCompleteException(String message)
JobExecutionAlreadyCompleteException(String message, Throwable cause)
JobExecutionAlreadyCompleteException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-