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