* @return the removed attributes, if any, as a list; otherwise <code>null</code>
*/
public void removeAttributes( AttributeType... attributes )
{
new Exception().printStackTrace();
throw new NotImplementedException( "Cannot remove a value : the entry " + entry.getDn() + " is immutable." );
}