gecco.communication.messages
Class ActionFailedMessage

java.lang.Object
  |
  +--gecco.communication.messages.ServerMessage
        |
        +--gecco.communication.messages.ActionFailedMessage

public class ActionFailedMessage
extends ServerMessage

This message is put in the send queue on the server part of the communication, when the server calls actionFailed

Author:
Niklas Hallenfur

Field Summary
 String errorMessage
          Description of the Field
 long handle
          Description of the Field
 
Constructor Summary
ActionFailedMessage(long handle, String errorMessage)
          Constructor for the ActionFailedMessage object
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

handle

public long handle
Description of the Field

errorMessage

public String errorMessage
Description of the Field
Constructor Detail

ActionFailedMessage

public ActionFailedMessage(long handle,
                           String errorMessage)
Constructor for the ActionFailedMessage object
Parameters:
handle - Description of Parameter
errorMessage - Description of Parameter