Name

AttributeModificationException

Synopsis

Thrown when modifyAttributes() method of DirContext cannot be executed because the operation contradicts the directory schema. You can retrieve an array of modification items JNDI could not perform using getUnexecutedModifications().

                  
public class AttributeModificationException extends NamingException {
// Public Constructors
   public AttributeModificationException();  
   public AttributeModificationException(String explanation);  
// Public Instance Methods
   public ModificationItem[] getUnexecutedModifications(  // default:null
        );  
   public void setUnexecutedModifications(
        ModificationItem[] e);  
// Public Methods Overriding NamingException
   public String toString();  
}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.