Class CreateControlFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.ldap.NamingException
org.springframework.ldap.control.CreateControlFailedException
All Implemented Interfaces:
Serializable

public class CreateControlFailedException extends NamingException
Thrown by an AbstractRequestControlDirContextProcessor when it cannot create a request control.
Since:
1.2
See Also:
  • Constructor Details

    • CreateControlFailedException

      public CreateControlFailedException(String msg)
      Create a new CreateControlFailedException.
      Parameters:
      msg - the detail message
    • CreateControlFailedException

      public CreateControlFailedException(String msg, Throwable cause)
      Create a new CreateControlFailedException.
      Parameters:
      msg - the detail message
      cause - the root cause (if any)