Save This Page
Home » openjdk-7 » javax » naming » directory » [javadoc | source]
javax.naming.directory
public class: AttributeInUseException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         javax.naming.NamingException
            javax.naming.directory.AttributeInUseException

All Implemented Interfaces:
    Serializable

This exception is thrown when an operation attempts to add an attribute that already exists.

Synchronization and serialization issues that apply to NamingException apply directly here.

Fields inherited from javax.naming.NamingException:
resolvedName,  resolvedObj,  remainingName,  rootException
Fields inherited from java.lang.Exception:
serialVersionUID
Constructor:
 public AttributeInUseException() 
 public AttributeInUseException(String explanation) 
    Constructs a new instance of AttributeInUseException with an explanation. All other fields are set to null.
    Parameters:
    explanation - Possibly null additional detail about this exception.
    Also see:
    java.lang.Throwable#getMessage
Methods from javax.naming.NamingException:
appendRemainingComponent,   appendRemainingName,   getCause,   getExplanation,   getRemainingName,   getResolvedName,   getResolvedObj,   getRootCause,   initCause,   setRemainingName,   setResolvedName,   setResolvedObj,   setRootCause,   toString,   toString
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait