org.apache.geronimo.gshell.remote.message
Class ExecuteMessage.Fault

java.lang.Object
  extended by org.apache.geronimo.gshell.whisper.message.BaseMessage
      extended by org.apache.geronimo.gshell.remote.message.RshMessage
          extended by org.apache.geronimo.gshell.remote.message.ExecuteMessage.Result
              extended by org.apache.geronimo.gshell.remote.message.ExecuteMessage.Fault
All Implemented Interfaces:
Serializable, Message
Enclosing class:
ExecuteMessage

public static class ExecuteMessage.Fault
extends ExecuteMessage.Result

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.geronimo.gshell.whisper.message.Message
Message.ID
 
Constructor Summary
ExecuteMessage.Fault(Throwable cause)
           
 
Method Summary
 Throwable getCause()
           
 
Methods inherited from class org.apache.geronimo.gshell.remote.message.ExecuteMessage.Result
getResult
 
Methods inherited from class org.apache.geronimo.gshell.whisper.message.BaseMessage
getCorrelationId, getId, getSequence, getTimestamp, hashCode, setCorrelationId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExecuteMessage.Fault

public ExecuteMessage.Fault(Throwable cause)
Method Detail

getCause

public Throwable getCause()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.