クラス JndiLookupFailureException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.core.NestedRuntimeException
org.springframework.jndi.JndiLookupFailureException
- 実装済みのインターフェース一覧:
SerializableSE
RuntimeException は、特に JNDI のチェック済み
NamingExceptionSE を宣言しないコードから、たとえば Spring の JndiObjectTargetSource から、JNDI ルックアップが失敗した場合にスローされます。- 導入:
- 2.0.3
- 作成者:
- Juergen Hoeller
- 関連事項:
コンストラクター概要
コンストラクターコンストラクター説明JndiLookupFailureException(StringSE msg, NamingExceptionSE cause) 指定された JNDI NamingException をラップして、新しい JndiLookupFailureException を作成します。方法の概要
クラス NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCause
コンストラクターの詳細
JndiLookupFailureException
指定された JNDI NamingException をラップして、新しい JndiLookupFailureException を作成します。- パラメーター:
msg- 詳細メッセージcause- NamingException 根本原因