Class InvalidPacketCommandReceivedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
megamek.common.net.marshalling.InvalidPacketCommandReceivedException
All Implemented Interfaces:
Serializable

public class InvalidPacketCommandReceivedException extends Exception
Custom exception for receipt of an Invalid Packet Command received over the network. Pass in the integer received and this passes up a custom message with said number.
See Also:
  • Constructor Details

    • InvalidPacketCommandReceivedException

      public InvalidPacketCommandReceivedException(Integer message)