パッケージ 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
これは、
JobOperator
API メソッドによって呼び出し元にスローされるすべての RuntimeException の共通基本クラスです。- 関連事項:
コンストラクターの概要
コンストラクターコンストラクター説明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
BatchRuntimeException
BatchRuntimeException