All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.naming.ConfigurationException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.naming.NamingException
                           |
                           +----java.naming.ConfigurationException

public class ConfigurationException
extends NamingException
This exception is raised installation of a provider was not done correctly.


Constructor Index

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

Constructors

 o ConfigurationException
 public ConfigurationException(Name resolvedName,
                               Object resolvedObj,
                               Name remainingName,
                               String explanation)
Constructs a new instance of ConfigurationException.

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.
 o ConfigurationException
 public ConfigurationException(Name resolvedName,
                               Object resolvedObj,
                               Name remainingName)
Constructs a new instance of ConfigurationException 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.
 o ConfigurationException
 public ConfigurationException(String explanation)
Constructs a new instance of ConfigurationException using the arguments supplied.

Parameters:
explanation - Additional detail about this exception.
 o ConfigurationException
 public ConfigurationException()
Constructs a new instance of ConfigurationException.


All Packages  Class Hierarchy  This Package  Previous  Next  Index