|
|||||||||
| 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.UpdateException
public class UpdateException
| Constructor Summary | |
|---|---|
UpdateException()
Constructs a UpateException. |
|
UpdateException(Exception e)
Constructs a Exception with a nested exception |
|
UpdateException(String msg)
Constructs a UpdateException 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 UpdateException(String msg)
msg - Message text.public UpdateException()
public UpdateException(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 | ||||||||