org.springframework.ldap.control
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
- Author:
- Ulrik Sandberg
- See Also:
- Serialized Form
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 messagecause
- the root cause (if any)