[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage documents the `FlowController.MaxOutstandingRequestBytesReachedException`, an exception that occurs when client-side flow control limits are reached due to the number of unacknowledged in-memory bytes."],["The page provides a history of the exception across multiple versions of the Java library, ranging from version 2.63.1 (latest) down to 2.7.1, which is useful for understanding backward compatibility and potential code migrations."],["The exception class includes a constructor, `MaxOutstandingRequestBytesReachedException(long currentMaxBytes)`, that accepts the current maximum byte limit as a parameter."],["The class also provides two methods, `getCurrentMaxBatchBytes()`, to get the maximum batch byte size, and `toString()` to get the string representation of the object."],["It inherits various methods from `Object` and `Throwable`, like `equals`, `hashCode`, `getMessage`, and `printStackTrace`, which are used for object comparison, error reporting, and stack trace information."]]],[]]