|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sdm.quasar.client.core.common.DisposeException.MessageAndCause
Wrapper class for a message (String) and a cause (Throwable).
| Constructor Summary | |
protected |
DisposeException.MessageAndCause(java.lang.String message,
java.lang.Throwable cause)
Constructor |
| Method Summary | |
java.lang.Throwable |
getCause()
Returns the cause. |
java.lang.String |
getMessage()
Returns the message |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected DisposeException.MessageAndCause(java.lang.String message,
java.lang.Throwable cause)
message - the message, may be nullcause - the cause, may be null| Method Detail |
public java.lang.Throwable getCause()
public java.lang.String getMessage()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||