public class LdapNoSuchObjectException extends LdapOperationException
LdapOperationException holding LDAP specific information such as the LDAP
ResultCode.| Modifier and Type | Field and Description |
|---|---|
(package private) static long |
serialVersionUID
The serial version UUID
|
resolvedDn, resultCode| Constructor and Description |
|---|
LdapNoSuchObjectException()
Creates a new instance of LdapNoSuchObjectException.
|
LdapNoSuchObjectException(java.lang.String message)
Creates a new instance of LdapNoSuchObjectException.
|
getResolvedDn, getResultCode, setResolvedDnstatic final long serialVersionUID
public LdapNoSuchObjectException(java.lang.String message)
message - The exception messagepublic LdapNoSuchObjectException()