Thrown when a caller attempts to make an attribute modification that is not
permitted.
Modifications such as addition, removal, and change of value to an entry's
attributes are made via calls to the API on a DirContext .
Where the modification is invalid by reference to the attributes' schema an
AttributeModificationException is thrown describing the
attributes that were unmodified.
The list of attributes that were not modified are returned in the same order
as the original modification request. If the list is returned as
null then all modification requests failed.
The class is not thread-safe.
|