パッケージ jakarta.batch.operations
クラス BatchRuntimeException
- java.lang.ObjectSE
-
- java.lang.ThrowableSE
-
- java.lang.ExceptionSE
-
- java.lang.RuntimeExceptionSE
-
- jakarta.batch.operations.BatchRuntimeException
- 実装されたすべてのインターフェース:
SerializableSE
- 既知の直属サブクラス
JobExecutionAlreadyCompleteException
、JobExecutionIsRunningException
、JobExecutionNotMostRecentException
、JobExecutionNotRunningException
、JobRestartException
、JobSecurityException
、JobStartException
、NoSuchJobException
、NoSuchJobExecutionException
、NoSuchJobInstanceException
public class BatchRuntimeException extends RuntimeExceptionSE
これは、JobOperator
API メソッドによって呼び出し元にスローされるすべての RuntimeException の共通基本クラスです。- 関連事項:
- 直列化された形式
コンストラクターのサマリー
コンストラクター コンストラクター 説明 BatchRuntimeException()
BatchRuntimeException(StringSE message)
BatchRuntimeException(StringSE message, ThrowableSE cause)
BatchRuntimeException(ThrowableSE cause)
メソッドのサマリー
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
BatchRuntimeException
public BatchRuntimeException()
BatchRuntimeException
public BatchRuntimeException(StringSE message)
BatchRuntimeException
public BatchRuntimeException(ThrowableSE cause)
BatchRuntimeException
public BatchRuntimeException(StringSE message, ThrowableSE cause)