クラス FlowExecutionAccessException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.webflow.core.FlowException
org.springframework.webflow.execution.repository.FlowExecutionRepositoryException
org.springframework.webflow.execution.repository.FlowExecutionAccessException
- 実装済みのインターフェース一覧:
SerializableSE
- 既知の直属サブクラス
FlowExecutionRestorationFailureException、NoSuchFlowExecutionException、PermissionDeniedFlowExecutionAccessException
リポジトリ内でフロー実行にアクセスできなかったことを示す例外の基本クラス。
- 作成者:
- Keith Donald, Erwin Vervaet
- 関連事項:
コンストラクター概要
コンストラクターコンストラクター説明FlowExecutionAccessException(FlowExecutionKey flowExecutionKey, StringSE message) 新しいフロー実行アクセス例外を作成します。FlowExecutionAccessException(FlowExecutionKey flowExecutionKey, StringSE message, ExceptionSE cause) 新しいフロー実行アクセス例外を作成します。方法の概要
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
FlowExecutionAccessException
新しいフロー実行アクセス例外を作成します。- パラメーター:
flowExecutionKey- アクセスできなかった実行キーmessage- 説明メッセージ
FlowExecutionAccessException
public FlowExecutionAccessException(FlowExecutionKey flowExecutionKey, StringSE message, ExceptionSE cause) 新しいフロー実行アクセス例外を作成します。- パラメーター:
flowExecutionKey- アクセスできなかった実行キーmessage- 説明メッセージcause- アクセス失敗の根本的な原因
メソッドの詳細
getFlowExecutionKey
アクセスできなかったフロー実行のキーを返します。