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 request queue is full.
See Also:
  • Constructor Details

    • RequestQueueFullException

      public RequestQueueFullException(int currentSize)