public class ConfigException
extends java.lang.Exception
| Constructor and Description |
|---|
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.
|
public ConfigException()
public ConfigException(java.lang.String sMsg)
sMsg - String containing the detailed messagepublic ConfigException(java.lang.String sMsg,
java.lang.Throwable t)
sMsg - String containing the detailed messaget - Throwable cause of the exception (A null values is permitted, and indicates that the cause is
nonexistant or unknown.public ConfigException(java.lang.Throwable t)
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 ${TODAY} ${TSTAMP}.