Class PacketQueueFullException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tenio.core.exception.PacketQueueFullException
All Implemented Interfaces:
Serializable

public final class PacketQueueFullException extends RuntimeException
When the packet queue, which is using to send packet from the server to clients side, is full.
See Also:
  • Constructor Details

    • PacketQueueFullException

      public PacketQueueFullException(int currentSize)
      Creates a new exception.
      Parameters:
      currentSize - the current size of the packet queue (integer value)
      See Also: