public class

AttributeInUseException

extends NamingException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ javax.naming.NamingException
         ↳ javax.naming.directory.AttributeInUseException

Class Overview

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.

Summary

[Expand]
Inherited Fields
From class javax.naming.NamingException
Public Constructors
AttributeInUseException(String explanation)
Constructs a new instance of AttributeInUseException with an explanation.
AttributeInUseException()
Constructs a new instance of AttributeInUseException.
[Expand]
Inherited Methods
From class javax.naming.NamingException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

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.
See Also

public AttributeInUseException ()

Constructs a new instance of AttributeInUseException. All fields are initialized to null.