public class

NoSuchAttributeException

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

Class Overview

This exception is thrown when attempting to access an attribute that does not exist.

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

Summary

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

Public Constructors

public NoSuchAttributeException (String explanation)

Constructs a new instance of NoSuchAttributeException using an explanation. All other fields are set to null.

Parameters
explanation Additional detail about this exception. Can be null.
See Also

public NoSuchAttributeException ()

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