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