com.novell.emframe.dev.config
Class ConfigException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.novell.emframe.dev.config.ConfigException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AccessDeniedConfigException

public class ConfigException
extends java.lang.Exception

The ConfigException is a generic Configuration Exception used to return any errors encountered when trying to change configuration objects.

See Also:
Serialized Form

Constructor Summary
ConfigException()
          Constructs a new ConfigException with null as its detail message and cause.
ConfigException(java.lang.String sMsg)
          Constructs a new ConfigException with the specified detail message but with a null cause.
ConfigException(java.lang.String sMsg, java.lang.Throwable t)
          Constructs a new ConfigException with the specified detail message and cause.
ConfigException(java.lang.Throwable t)
          Constructs a new ConfigException with the cause and detailed message coming from the cause.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigException

public ConfigException()
Constructs a new ConfigException with null as its detail message and cause.


ConfigException

public ConfigException(java.lang.String sMsg)
Constructs a new ConfigException with the specified detail message but with a null cause.

Parameters:
sMsg - String containing the detailed message

ConfigException

public ConfigException(java.lang.String sMsg,
                       java.lang.Throwable t)
Constructs a new ConfigException with the specified detail message and cause.

Parameters:
sMsg - String containing the detailed message
t - Throwable cause of the exception (A null values is permitted, and indicates that the cause is nonexistant or unknown.

ConfigException

public ConfigException(java.lang.Throwable t)
Constructs a new ConfigException with the cause and detailed message coming from the cause.

Parameters:
t - Throwable cause of the exception (A null values is permitted, and indicates that the cause is nonexistant or unknown.


API Documentation Copyright © 1998-2004 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated September 2 2004 0111.