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(java.lang.String message)
Creates a new instance of LdapInvalidAttributeTypeException.
|
LdapInvalidAttributeTypeException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance of LdapInvalidAttributeTypeException.
|
getResolvedDn, getResultCode, setResolvedDnstatic final long serialVersionUID
public LdapInvalidAttributeTypeException()
public LdapInvalidAttributeTypeException(java.lang.String message)
message - The exception messagepublic LdapInvalidAttributeTypeException(java.lang.String message,
java.lang.Throwable cause)
message - The exception messagecause - The root cause for this exception