public class LdapAttributeInUseException extends LdapOperationException
LdapOperationException which holds the LDAP resultCode
associated with the exception.| Modifier and Type | Field and Description |
|---|---|
(package private) static long |
serialVersionUID
The serial version UUID
|
resolvedDn, resultCode| Constructor and Description |
|---|
LdapAttributeInUseException()
Creates a new instance of LdapAttributeInUseException.
|
LdapAttributeInUseException(java.lang.String message)
Creates a new instance of LdapAttributeInUseException.
|
getResolvedDn, getResultCode, setResolvedDnstatic final long serialVersionUID
public LdapAttributeInUseException(java.lang.String message)
message - The exception messagepublic LdapAttributeInUseException()