Class InvalidPacketTypeException

All Implemented Interfaces:
Serializable

public class InvalidPacketTypeException extends SimonRemoteException
Exception which normally occurs if the type of the received packet is unknown.
This also means that there can/could be a communication problem.
See Also:
  • Constructor Details

    • InvalidPacketTypeException

      public InvalidPacketTypeException(String msg)
      Creates a new exception with a exception message
      Parameters:
      msg -