Class RequestQueueFullException

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

public final class RequestQueueFullException extends RuntimeException
When the coming requests queue is full.
See Also:
  • Constructor Details

    • RequestQueueFullException

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