クラス ObjectRetrievalException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.core.NestedRuntimeException
org.springframework.ldap.NamingException
org.springframework.ldap.core.ObjectRetrievalException
- 実装済みのインターフェース一覧:
SerializableSE
指定された
Binding からオブジェクトを取得できない場合に ContextMapperCallbackHandler によってスローされます。- 導入:
- 1.2
- 関連事項:
コンストラクター概要
コンストラクターコンストラクター説明新しい ObjectRetrievalException を作成します。ObjectRetrievalException(StringSE msg, ThrowableSE cause) 新しい ObjectRetrievalException を作成します。方法の概要
クラス NamingException から継承されたメソッド
getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObjクラス org.springframework.core.NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCause
コンストラクターの詳細
ObjectRetrievalException
新しい ObjectRetrievalException を作成します。- パラメーター:
msg- 詳細メッセージ
ObjectRetrievalException
新しい ObjectRetrievalException を作成します。- パラメーター:
msg- 詳細メッセージcause- 根本原因 (もしあれば)