All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javax.naming.directory.NoSuchAttributeException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----javax.naming.NamingException
                           |
                           +----javax.naming.directory.NoSuchAttributeException

public class NoSuchAttributeException
extends NamingException
NoSuchAttributeException is thrown when attempting to access an attribute that does not exist.

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


Constructor Index

 o NoSuchAttributeException()
Constructs a new instance of NoSuchAttributeException.
 o NoSuchAttributeException(String)
Constructs a new instance of NoSuchAttributeException using an explanation.

Constructors

 o NoSuchAttributeException
 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:
getMessage
 o NoSuchAttributeException
 public NoSuchAttributeException()
Constructs a new instance of NoSuchAttributeException. All fields are initialized to null.


All Packages  Class Hierarchy  This Package  Previous  Next  Index