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
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.
-
NoSuchAttributeException()
- Constructs a new instance of NoSuchAttributeException.
-
NoSuchAttributeException(String)
- Constructs a new instance of NoSuchAttributeException using
an explanation.
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
NoSuchAttributeException
public NoSuchAttributeException()
- Constructs a new instance of NoSuchAttributeException.
All fields are initialized to null.
All Packages Class Hierarchy This Package Previous Next Index