All Packages Class Hierarchy This Package Previous Next Index
Class java.naming.directory.NoSuchAttributeException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.naming.NamingException
|
+----java.naming.directory.DSException
|
+----java.naming.directory.NoSuchAttributeException
- public class NoSuchAttributeException
- extends DSException
NoSuchAttributeException is thrown when attempting to accept
an attribute that does not exist.
-
NoSuchAttributeException(Name, Object, Name)
- Constructs a new instance of NoSuchAttributeException using the
arguments supplied.
-
NoSuchAttributeException(Name, Object, Name, String)
- Constructs a new instance of NoSuchAttributeException using the
arguments supplied.
-
NoSuchAttributeException(String)
- Constructs a new instance of NoSuchAttributeException using the
arguments supplied.
NoSuchAttributeException
public NoSuchAttributeException(Name resolvedName,
Object resolvedObj,
Name remainingName,
String explanation)
- Constructs a new instance of NoSuchAttributeException using the
arguments supplied.
- Parameters:
- resolvedName - The part of the name that has been successfully resolved.
- resolvedObj - The object to which resolution was successful.
- remainingName - The remaining unresolved portion of the name.
- explanation - Additional detail about this exception.
NoSuchAttributeException
public NoSuchAttributeException(Name resolvedName,
Object resolvedObj,
Name remainingName)
- Constructs a new instance of NoSuchAttributeException using the
arguments supplied.
- Parameters:
- resolvedName - The part of the name that has been successfully resolved.
- resolvedObj - The object to which resolution was successful.
- remainingName - The remaining unresolved portion of the name.
NoSuchAttributeException
public NoSuchAttributeException(String explanation)
- Constructs a new instance of NoSuchAttributeException using the
arguments supplied.
- Parameters:
- explanation - Additional detail about this exception.
All Packages Class Hierarchy This Package Previous Next Index