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.


Constructor Index

 o NotDSContextException()
 o NotDSContextException(Name, Object, Name)
Constructs a new instance of NotDSContextException.
 o NotDSContextException(Name, Object, Name, String)
Constructs a new instance of NotDSContextException.
 o NotDSContextException(Object, Name)
Constructs a new instance of NotDSContextException.
 o NotDSContextException(String)
Constructs a new instance of NotDSContextException using the arguments supplied.

Constructors

 o 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.
 o 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.
 o 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.
 o NotDSContextException
 public NotDSContextException(String explanation)
Constructs a new instance of NotDSContextException using the arguments supplied.

Parameters:
explanation - Additional detail about this exception.
 o NotDSContextException
 public NotDSContextException()

All Packages  Class Hierarchy  This Package  Previous  Next  Index