javax.naming.directory
Class AttributeModificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.naming.NamingException
javax.naming.directory.AttributeModificationException
- All Implemented Interfaces:
- Serializable
public class AttributeModificationException
- extends NamingException
- See Also:
- Serialized Form
Methods inherited from class javax.naming.NamingException |
appendRemainingComponent, appendRemainingName, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, printStackTrace, printStackTrace, printStackTrace, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString |
AttributeModificationException
public AttributeModificationException()
AttributeModificationException
public AttributeModificationException(String msg)
setUnexecutedModifications
public void setUnexecutedModifications(ModificationItem[] e)
getUnexecutedModifications
public ModificationItem[] getUnexecutedModifications()
toString
public String toString()
- Description copied from class:
NamingException
- Returns a string representation of this exception.
Calls
toString(false)
.
- Overrides:
toString
in class NamingException
- Returns:
- a human-readable String represting this Throwable
- See Also:
Object.getClass()
,
Object.hashCode()
,
Class.getName()
,
Integer.toHexString(int)