|
||||||||||
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.ManagementException
A ManagementException is thrown if an error occurred in a WebLogic Collaborate management application.
Constructor Summary | |
ManagementException()
Constructs a ManagementException. |
|
ManagementException(Exception e)
Constructs a ManagementException with a nested exception |
|
ManagementException(String msg)
Constructs a ManagementException with the specified message text. |
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 ManagementException(String msg)
msg
- Message text.public ManagementException()
public ManagementException(Exception e)
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 |