|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.novell.emframe.dev.config.ConfigException
The ConfigException is a generic Configuration Exception used to return any errors encountered when trying to change configuration objects.
| 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 |
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||