public class

InvalidAttributeIdentifierException

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

Class Overview

This exception is thrown when an attempt is made to add to create an attribute with an invalid attribute identifier. The validity of an attribute identifier is directory-specific.

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

Summary

[Expand]
Inherited Fields
From class javax.naming.NamingException
Public Constructors
InvalidAttributeIdentifierException(String explanation)
Constructs a new instance of InvalidAttributeIdentifierException using the explanation supplied.
InvalidAttributeIdentifierException()
Constructs a new instance of InvalidAttributeIdentifierException.
[Expand]
Inherited Methods
From class javax.naming.NamingException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public InvalidAttributeIdentifierException (String explanation)

Constructs a new instance of InvalidAttributeIdentifierException using the explanation supplied. All other fields set to null.

Parameters
explanation Possibly null string containing additional detail about this exception.
See Also

public InvalidAttributeIdentifierException ()

Constructs a new instance of InvalidAttributeIdentifierException. All fields are set to null.