Exception FlowController.MaxOutstandingRequestBytesReachedException (2.45.0)

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.

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