Class FlowController.MaxOutstandingRequestBytesReachedException (2.7.1)

public static final class FlowController.MaxOutstandingRequestBytesReachedException extends FlowController.FlowControlException

Exception thrown when client-side flow control is enforced based on the maximum number of unacknowledged in-memory bytes.

Inheritance

java.lang.Object > java.lang.Throwable > java.lang.Exception > FlowController.FlowControlException > FlowController.MaxOutstandingRequestBytesReachedException

Constructors

MaxOutstandingRequestBytesReachedException(long currentMaxBytes)

public MaxOutstandingRequestBytesReachedException(long currentMaxBytes)
Parameter
NameDescription
currentMaxByteslong

Methods

getCurrentMaxBatchBytes()

public long getCurrentMaxBatchBytes()
Returns
TypeDescription
long

toString()

public String toString()
Returns
TypeDescription
String
Overrides