- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.batch.operations.BatchRuntimeException
-
- jakarta.batch.operations.JobExecutionNotMostRecentException
-
- All Implemented Interfaces:
java.io.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 withBatchStatus
of COMPLETED.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description JobExecutionNotMostRecentException()
JobExecutionNotMostRecentException(java.lang.String message)
JobExecutionNotMostRecentException(java.lang.String message, java.lang.Throwable cause)
JobExecutionNotMostRecentException(java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
JobExecutionNotMostRecentException
public JobExecutionNotMostRecentException()
-
JobExecutionNotMostRecentException
public JobExecutionNotMostRecentException(java.lang.String message)
-
JobExecutionNotMostRecentException
public JobExecutionNotMostRecentException(java.lang.Throwable cause)
-
JobExecutionNotMostRecentException
public JobExecutionNotMostRecentException(java.lang.String message, java.lang.Throwable cause)
-
-