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, setResolvedDn
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LdapInvalidAttributeTypeException()
public LdapInvalidAttributeTypeException(String message)
message
- The exception messageCopyright © 2018. All rights reserved.