Package jakarta.batch.operations
Class JobExecutionNotMostRecentException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- jakarta.batch.operations.BatchRuntimeException
 - 
- jakarta.batch.operations.JobExecutionNotMostRecentException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class JobExecutionNotMostRecentException extends BatchRuntimeException
JobExecutionNotMostRecentException is thrown whenJobOperator.restart(long, java.util.Properties)is called on a job instance which has already completed (i.e. the most recent execution has ended withBatchStatusof COMPLETED.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description JobExecutionNotMostRecentException()JobExecutionNotMostRecentException(String message)JobExecutionNotMostRecentException(String message, Throwable cause)JobExecutionNotMostRecentException(Throwable cause) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 -