Class MessageS2CInvalidMessage

java.lang.Object
marauroa.common.net.message.Message
marauroa.common.net.message.MessageS2CInvalidMessage
All Implemented Interfaces:
Serializable

public class MessageS2CInvalidMessage extends Message
This message indicates the client that it is running an incompatible version of marauroa.
See Also:
Message
  • Constructor Details

    • MessageS2CInvalidMessage

      public MessageS2CInvalidMessage()
      Constructor for allowing creation of an empty message
    • MessageS2CInvalidMessage

      public MessageS2CInvalidMessage(Channel source, String reason)
      Constructor with a TCP/IP source/destination of the message and reason of the failure.
      Parameters:
      source - The TCP/IP address associated to this message
      reason - Explains why the message is tagged as invalid.
  • Method Details