public class LdapInvalidAttributeTypeException extends LdapOperationException
LdapOperationException which holds the LDAP
resultCode associated with the exception. The LDAP result code associated
with this exception is the undefinedAttributeType result code value of 17.| Modifier and Type | Field and Description |
|---|---|
(package private) static long |
serialVersionUID
The serial version UUID
|
resolvedDn, resultCode| Constructor and Description |
|---|
LdapInvalidAttributeTypeException()
Creates a new instance of LdapInvalidAttributeTypeException.
|
LdapInvalidAttributeTypeException(String message)
Creates a new instance of LdapInvalidAttributeTypeException.
|
LdapInvalidAttributeTypeException(String message,
Throwable cause)
Creates a new instance of LdapInvalidAttributeTypeException.
|
getResolvedDn, getResultCode, setResolvedDnaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringstatic final long serialVersionUID
public LdapInvalidAttributeTypeException()
public LdapInvalidAttributeTypeException(String message)
message - The exception messageCopyright © 2003–2022 The Apache Software Foundation. All rights reserved.