Thrown when a packet that is too big for the server is created.
author: Mark Matthews
Constructor Summary
public
PacketTooBigException(long packetSize, long maximumPacketSize) Creates a new PacketTooBigException object.
Constructor Detail
PacketTooBigException
public PacketTooBigException(long packetSize, long maximumPacketSize)(Code)
Creates a new PacketTooBigException object.
Parameters: packetSize - the size of the packet that was going to be sent Parameters: maximumPacketSize - the maximum size the server will accept