パッケージ 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)