クラス FlowExecutionRepositoryException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.webflow.core.FlowException
org.springframework.webflow.execution.repository.FlowExecutionRepositoryException
- 実装済みのインターフェース一覧:
SerializableSE
- 既知の直属サブクラス
BadlyFormattedFlowExecutionKeyException、FlowExecutionAccessException、SnapshotCreationException、SnapshotNotFoundException、SnapshotUnmarshalException
FlowExecutionRepository 例外階層のルート。管理対象フロー実行の保存、復元、無効化中に問題が発生したことを示します。- 作成者:
- Erwin Vervaet, Keith Donald
- 関連事項:
コンストラクター概要
コンストラクターコンストラクター説明FlowExecutionRepositoryException(StringSE message) 新しいフロー実行リポジトリ例外を作成します。FlowExecutionRepositoryException(StringSE message, ThrowableSE cause) 新しいフロー実行リポジトリ例外を作成します。方法の概要
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
FlowExecutionRepositoryException
新しいフロー実行リポジトリ例外を作成します。- パラメーター:
message- 説明メッセージ
FlowExecutionRepositoryException
新しいフロー実行リポジトリ例外を作成します。- パラメーター:
message- 説明メッセージcause- 問題の根本原因