パッケージ jakarta.batch.operations
クラス JobRestartException
- java.lang.ObjectSE
-
- java.lang.ThrowableSE
-
- java.lang.ExceptionSE
-
- java.lang.RuntimeExceptionSE
-
- jakarta.batch.operations.BatchRuntimeException
-
- jakarta.batch.operations.JobRestartException
- 実装済みのインターフェース一覧:
SerializableSE
public class JobRestartException extends BatchRuntimeException
JobOperator の再起動操作中にエラーが発生すると、JobRestartException がスローされます。- 関連事項:
- 連載形式
コンストラクター概要
コンストラクター コンストラクター 説明 JobRestartException()JobRestartException(StringSE message)JobRestartException(StringSE message, ThrowableSE cause)JobRestartException(ThrowableSE cause)
方法の概要
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
JobRestartException
public JobRestartException()
JobRestartException
public JobRestartException(StringSE message)
JobRestartException
public JobRestartException(ThrowableSE cause)
JobRestartException
public JobRestartException(StringSE message, ThrowableSE cause)