public class RequiredAttributeNotContainedException extends LdapAttributeMappingException
Constructor and Description |
---|
RequiredAttributeNotContainedException(String ldapAttributeName,
String dn)
Creates an exception with a detail message.
|
RequiredAttributeNotContainedException(String ldapAttributeName,
String dn,
Throwable cause)
Creates an exception with a detail message and a cause.
|
RequiredAttributeNotContainedException(String ldapAttributeName,
Throwable cause)
Creates an exception with a detail message and a cause.
|
Modifier and Type | Method and Description |
---|---|
String |
getDn()
Returns the dn for the entity the attribute is missing.
|
String |
getLdapAttributeName()
Returns the name of the LDAP attribute that was not contained
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RequiredAttributeNotContainedException(String ldapAttributeName, String dn)
ldapAttributeName
- the name of the LDAP attribute that was not containeddn
- Dn of the entity, which provoked this exception.public RequiredAttributeNotContainedException(String ldapAttributeName, String dn, Throwable cause)
ldapAttributeName
- the name of the LDAP attribute that was not containeddn
- Dn of the entity, which provoked this exception.cause
- the causeCopyright © 2019 Communote team. All rights reserved.