Spring LDAP

org.springframework.ldap.control
Class CreateControlFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.ldap.NamingException
                      extended by 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
Author:
Ulrik Sandberg
See Also:
Serialized Form

Constructor Summary
CreateControlFailedException(String msg)
          Create a new CreateControlFailedException.
CreateControlFailedException(String msg, Throwable cause)
          Create a new CreateControlFailedException.
 
Method Summary
 
Methods inherited from class org.springframework.ldap.NamingException
getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)

Spring LDAP