org.nakedobjects.object.distribution
Class UpdateMessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.nakedobjects.object.distribution.UpdateMessageException
- All Implemented Interfaces:
- java.io.Serializable
- public class UpdateMessageException
- extends java.lang.Exception
- See Also:
- Serialized Form
|
Method Summary |
java.lang.Throwable |
getCause()
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UpdateMessageException
public UpdateMessageException()
UpdateMessageException
public UpdateMessageException(java.lang.String s)
UpdateMessageException
public UpdateMessageException(java.lang.Throwable t)
UpdateMessageException
public UpdateMessageException(java.lang.Throwable t,
java.lang.String s)
getCause
public java.lang.Throwable getCause()