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.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, toStringpublic LdapInvalidAttributeTypeException()
public LdapInvalidAttributeTypeException(String message)
message - The exception messageCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.