|
|||||||||
| 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.bea.wli.tpm.management.configuration.ConfigurationException
public class ConfigurationException
| Constructor Summary | |
|---|---|
ConfigurationException()
Constructs a ConfigurationException. |
|
ConfigurationException(String msg)
Constructs a ConfigurationException with the specified message text. |
|
ConfigurationException(String msg,
Throwable t)
Constructs an Exception with a message and throwable |
|
ConfigurationException(Throwable t)
Constructs a Exception with a nested exception |
|
| Method Summary | |
|---|---|
Throwable |
getNestedException()
Deprecated. |
void |
setNestedException(Throwable nested)
Deprecated. |
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurationException(String msg)
msg - Message text.public ConfigurationException()
public ConfigurationException(Throwable t)
public ConfigurationException(String msg,
Throwable t)
| Method Detail |
|---|
public final void setNestedException(Throwable nested)
public final Throwable getNestedException()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||