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