パッケージ jakarta.batch.operations

クラス BatchRuntimeException

実装されたすべてのインターフェース:
SerializableSE
既知の直属サブクラス
JobExecutionAlreadyCompleteExceptionJobExecutionIsRunningExceptionJobExecutionNotMostRecentExceptionJobExecutionNotRunningExceptionJobRestartExceptionJobSecurityExceptionJobStartExceptionNoSuchJobExceptionNoSuchJobExecutionExceptionNoSuchJobInstanceException

public class BatchRuntimeException extends RuntimeExceptionSE
これは、JobOperator API メソッドによって呼び出し元にスローされるすべての RuntimeException の共通基本クラスです。
関連事項:
  • コンストラクターの詳細

    • BatchRuntimeException

      public BatchRuntimeException()
    • BatchRuntimeException

      public BatchRuntimeException(StringSE message)
    • BatchRuntimeException

      public BatchRuntimeException(ThrowableSE cause)
    • BatchRuntimeException

      public BatchRuntimeException(StringSE message, ThrowableSE cause)