KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > naming > directory > AttributeModificationException

javax.naming.directory
Class AttributeModificationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.naming.NamingException
              extended by javax.naming.directory.AttributeModificationException
All Implemented Interfaces:
Serializable
See Also:
Source Code, DirContext.modifyAttributes(javax.naming.Name, int, javax.naming.directory.Attributes)

public AttributeModificationException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public AttributeModificationException(String explanation)
See Also:
Throwable.getMessage()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ModificationItem[] getUnexecutedModifications()
See Also:
setUnexecutedModifications(javax.naming.directory.ModificationItem[])
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setUnexecutedModifications(ModificationItem[] e)
See Also:
getUnexecutedModifications()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
See Also:
NamingException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags