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(String message)
Creates a new instance of LdapNoPermissionException.
|
getResolvedDn, getResultCode, setResolvedDnaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringstatic final long serialVersionUID
public LdapNoPermissionException(String message)
message - The exception messagepublic LdapNoPermissionException()
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.