|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.novell.nds.dirxml.shimhost.ConfigException
public class ConfigException
Exception thrown when a configuration error occurs.
| Constructor Summary | |
|---|---|
ConfigException(String detail)
Construct a ConfigException with the passed detail message. |
|
ConfigException(String detail,
Throwable cause)
Construct a ConfigException with the passed detail message
and underlying Throwable cause. |
|
ConfigException(Throwable cause)
Construct a ConfigException with the underlying Throwable cause |
|
| Method Summary |
|---|
| 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(String detail)
ConfigException with the passed detail message.
detail - message
public ConfigException(String detail,
Throwable cause)
ConfigException with the passed detail message
and underlying Throwable cause.
detail - messagecause - underlying cause of problempublic ConfigException(Throwable cause)
ConfigException with the underlying Throwable cause
cause - underlying cause of problem
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||