クラス 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

public class CreateControlFailedException extends NamingException
リクエストコントロールを作成できない場合に AbstractRequestControlDirContextProcessor によってスローされます。
導入:
1.2
関連事項:
  • コンストラクターの詳細

    • CreateControlFailedException

      public CreateControlFailedException(StringSE msg)
      新しい CreateControlFailedException を作成します。
      パラメーター:
      msg - 詳細メッセージ
    • CreateControlFailedException

      public CreateControlFailedException(StringSE msg, ThrowableSE cause)
      新しい CreateControlFailedException を作成します。
      パラメーター:
      msg - 詳細メッセージ
      cause - 根本原因 (もしあれば)