All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.naming.directory.AttributeInUseException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.naming.NamingException
                           |
                           +----java.naming.directory.DSException
                                   |
                                   +----java.naming.directory.AttributeInUseException

public class AttributeInUseException
extends DSException
AttributeInUseException is raised when an operation attempts to add an attribute that already exists.


Constructor Index

 o AttributeInUseException()
Constructs a new instance of AttributeInUseException.
 o AttributeInUseException(Name, Object, Name)
Constructs a new instance of AttributeInUseException using the arguments supplied.
 o AttributeInUseException(Name, Object, Name, String)
Constructs a new instance of AttributeInUseException using the arguments supplied.
 o AttributeInUseException(String)
Constructs a new instance of AttributeInUseException using the arguments supplied.

Constructors

 o AttributeInUseException
 public AttributeInUseException(Name resolvedName,
                                Object resolvedObj,
                                Name remainingName,
                                String explanation)
Constructs a new instance of AttributeInUseException using the arguments supplied.

Parameters:
resolvedName - The part of the name that has been successfully resolved.
resolvedObj - The object to which resolution was successful.
remainingName - The remaining unresolved portion of the name.
explanation - Additional detail about this exception.
 o AttributeInUseException
 public AttributeInUseException(Name resolvedName,
                                Object resolvedObj,
                                Name remainingName)
Constructs a new instance of AttributeInUseException using the arguments supplied.

Parameters:
resolvedName - The part of the name that has been successfully resolved.
resolvedObj - The object to which resolution was successful.
remainingName - The remaining unresolved portion of the name.
 o AttributeInUseException
 public AttributeInUseException(String explanation)
Constructs a new instance of AttributeInUseException using the arguments supplied.

Parameters:
explanation - Additional detail about this exception.
 o AttributeInUseException
 public AttributeInUseException()
Constructs a new instance of AttributeInUseException.


All Packages  Class Hierarchy  This Package  Previous  Next  Index