org.nakedobjects.object.distribution
Class UpdateMessageException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.nakedobjects.object.distribution.UpdateMessageException
All Implemented Interfaces:
java.io.Serializable

public class UpdateMessageException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
UpdateMessageException()
           
UpdateMessageException(java.lang.String s)
           
UpdateMessageException(java.lang.Throwable t)
           
UpdateMessageException(java.lang.Throwable t, java.lang.String s)
           
 
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
 

Constructor Detail

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)
Method Detail

getCause

public java.lang.Throwable getCause()