パッケージ jakarta.batch.operations
クラス NoSuchJobExecutionException
- java.lang.ObjectSE
-
- java.lang.ThrowableSE
-
- java.lang.ExceptionSE
-
- java.lang.RuntimeExceptionSE
-
- jakarta.batch.operations.BatchRuntimeException
-
- jakarta.batch.operations.NoSuchJobExecutionException
- 実装されたすべてのインターフェース:
SerializableSE
public class NoSuchJobExecutionException extends BatchRuntimeException
実装のリポジトリによって認識されるジョブ実行に対応しないジョブ実行値を参照するときに、JobOperator メソッドで使用されます。- 関連事項:
- 直列化された形式
コンストラクターのサマリー
コンストラクター コンストラクター 説明 NoSuchJobExecutionException()
NoSuchJobExecutionException(StringSE message)
NoSuchJobExecutionException(StringSE message, ThrowableSE cause)
NoSuchJobExecutionException(ThrowableSE cause)
メソッドのサマリー
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
NoSuchJobExecutionException
public NoSuchJobExecutionException()
NoSuchJobExecutionException
public NoSuchJobExecutionException(StringSE message)
NoSuchJobExecutionException
public NoSuchJobExecutionException(ThrowableSE cause)
NoSuchJobExecutionException
public NoSuchJobExecutionException(StringSE message, ThrowableSE cause)