クラス FlowExecutionRepositoryException

実装済みのインターフェース一覧:
SerializableSE
既知の直属サブクラス
BadlyFormattedFlowExecutionKeyExceptionFlowExecutionAccessExceptionSnapshotCreationExceptionSnapshotNotFoundExceptionSnapshotUnmarshalException

public abstract class FlowExecutionRepositoryException extends FlowException
FlowExecutionRepository 例外階層のルート。管理対象フロー実行の保存、復元、無効化中に問題が発生したことを示します。
作成者:
Erwin Vervaet, Keith Donald
関連事項:
  • コンストラクターの詳細

    • FlowExecutionRepositoryException

      public FlowExecutionRepositoryException(StringSE message)
      新しいフロー実行リポジトリ例外を作成します。
      パラメーター:
      message - 説明メッセージ
    • FlowExecutionRepositoryException

      public FlowExecutionRepositoryException(StringSE message, ThrowableSE cause)
      新しいフロー実行リポジトリ例外を作成します。
      パラメーター:
      message - 説明メッセージ
      cause - 問題の根本原因