aicas logoJamaica 3.2 release 62

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

public class AttributeModificationException
extends NamingException

See Also:
Serialized Form
Date:
June 14, 2001

Field Summary
 
Fields inherited from class javax.naming.NamingException
remainingName, resolvedName, resolvedObj, rootException
 
Constructor Summary
AttributeModificationException()
           
AttributeModificationException(String msg)
           
 
Method Summary
 ModificationItem[] getUnexecutedModifications()
           
 void setUnexecutedModifications(ModificationItem[] e)
           
 String toString()
          Returns a string representation of this exception.
 
Methods inherited from class javax.naming.NamingException
appendRemainingComponent, appendRemainingName, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, printStackTrace, printStackTrace, printStackTrace, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeModificationException

public AttributeModificationException()

AttributeModificationException

public AttributeModificationException(String msg)
Method Detail

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:
the name of the class, if a message was set the string ": "+getMessage() is concatenated to the result.

aicas logoJamaica 3.2 release 62

aicas GmbH, Karlsruhe - Germany    www.aicas.com
Copyright 2001-2008 aicas GmbH. All Rights Reserved.