Thrown when the value part of an attribute is invalid.
Directory service providers may restrict the characteristics of the attribute
value. If an attempt is made to set the attribute with an invalid attribute
value the provider will throw an InvalidAttributeValueException .
Examples include attempting to set a value on an attribute that doesn't take
a value, attempting to set multiple values on an attribute that only takes a
single value, attempting to clear a value on an attribute that must have a
value, and so on.
The serialization and synchronization specification for
NamingException applies equally to this class.
See Also: NamingException |