Class PacketTooLongException

All Implemented Interfaces:
Serializable

public class PacketTooLongException extends TcTmException
Exception thrown when a packet is longer than a defined limit
See Also:
  • Constructor Details

    • PacketTooLongException

      public PacketTooLongException(int maxSize, int actualSize)
  • Method Details