パッケージ jakarta.batch.operations
クラス JobExecutionNotMostRecentException
- java.lang.ObjectSE
-
- java.lang.ThrowableSE
-
- java.lang.ExceptionSE
-
- java.lang.RuntimeExceptionSE
-
- jakarta.batch.operations.BatchRuntimeException
-
- jakarta.batch.operations.JobExecutionNotMostRecentException
- 実装されたすべてのインターフェース:
SerializableSE
public class JobExecutionNotMostRecentException extends BatchRuntimeException
JobExecutionNotMostRecentException は、すでに完了しているジョブインスタンスでJobOperator.restart(long, java.util.Properties)
が呼び出されたときにスローされます(つまり、最新の実行がBatchStatus
の COMPLETED で終了しました。- 関連事項:
- 直列化された形式
コンストラクターのサマリー
コンストラクター コンストラクター 説明 JobExecutionNotMostRecentException()
JobExecutionNotMostRecentException(StringSE message)
JobExecutionNotMostRecentException(StringSE message, ThrowableSE cause)
JobExecutionNotMostRecentException(ThrowableSE cause)
メソッドのサマリー
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
JobExecutionNotMostRecentException
public JobExecutionNotMostRecentException()
JobExecutionNotMostRecentException
public JobExecutionNotMostRecentException(StringSE message)
JobExecutionNotMostRecentException
public JobExecutionNotMostRecentException(ThrowableSE cause)
JobExecutionNotMostRecentException
public JobExecutionNotMostRecentException(StringSE message, ThrowableSE cause)