All Packages Class Hierarchy This Package Previous Next Index
Class java.naming.directory.NotDSContextException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.naming.NamingException
|
+----java.naming.directory.DSException
|
+----java.naming.directory.NotDSContextException
- public class NotDSContextException
- extends DSException
This exception is raised when a directory operation proceeded to a point
where a DSCntext is required to continue the operation but cannot get one.
-
NotDSContextException()
-
-
NotDSContextException(Name, Object, Name)
- Constructs a new instance of NotDSContextException.
-
NotDSContextException(Name, Object, Name, String)
- Constructs a new instance of NotDSContextException.
-
NotDSContextException(Object, Name)
- Constructs a new instance of NotDSContextException.
-
NotDSContextException(String)
- Constructs a new instance of NotDSContextException using the
arguments supplied.
NotDSContextException
public NotDSContextException(Name resolvedName,
Object resolvedObj,
Name remainingName,
String explanation)
- Constructs a new instance of NotDSContextException.
- Parameters:
- resolvedName - The part of the name that has been successfull resolved.
- resolvedObj - The object to which resolution was successful.
- remainingName - The remaining unresolved portion of the name.
- explanation - Additional detail about this exception.
NotDSContextException
public NotDSContextException(Name resolvedName,
Object resolvedObj,
Name remainingName)
- Constructs a new instance of NotDSContextException.
- 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.
NotDSContextException
public NotDSContextException(Object resolvedObj,
Name remainingName)
- Constructs a new instance of NotDSContextException.
- Parameters:
- resolvedObj - The object to which resolution was successful.
- remainingName - The remaining unresolved portion of the name.
NotDSContextException
public NotDSContextException(String explanation)
- Constructs a new instance of NotDSContextException using the
arguments supplied.
- Parameters:
- explanation - Additional detail about this exception.
NotDSContextException
public NotDSContextException()
All Packages Class Hierarchy This Package Previous Next Index