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
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
handle
public long handle
- Description of the Field
errorMessage
public String errorMessage
- Description of the Field
ActionFailedMessage
public ActionFailedMessage(long handle,
String errorMessage)
- Constructor for the ActionFailedMessage object
- Parameters:
handle
- Description of ParametererrorMessage
- Description of Parameter