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