クラス CreateControlFailedException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.core.NestedRuntimeException
org.springframework.ldap.NamingException
org.springframework.ldap.control.CreateControlFailedException
- 実装されているすべてのインターフェース:
SerializableSE
リクエストコントロールを作成できない場合に AbstractRequestControlDirContextProcessor によってスローされます。
- 導入:
- 1.2
- 関連事項:
コンストラクターの概要
コンストラクターコンストラクター説明新しい CreateControlFailedException を作成します。CreateControlFailedException(StringSE msg, ThrowableSE cause) 新しい CreateControlFailedException を作成します。メソッドのサマリー
クラス org.springframework.ldap.NamingException から継承されたメソッド
getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObjクラス org.springframework.core.NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCauseクラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
CreateControlFailedException
新しい CreateControlFailedException を作成します。- パラメーター:
msg- 詳細メッセージ
CreateControlFailedException
新しい CreateControlFailedException を作成します。- パラメーター:
msg- 詳細メッセージcause- 根本原因 (もしあれば)