[[["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 page details the `FlowController.MaxOutstandingElementCountReachedException` in various versions of the Java API, ranging from version 2.7.1 to the latest version 2.63.1."],["The `MaxOutstandingElementCountReachedException` is an exception that occurs when client-side flow control limits are exceeded based on the maximum number of elements in memory."],["It inherits methods from `Object` and `Throwable`, providing functionalities such as getting the message, stack trace, and managing suppressed exceptions."],["The constructor for `MaxOutstandingElementCountReachedException` takes a `long` parameter named `currentMaxElementCount`, representing the maximum element count."],["This exception provides a `getCurrentMaxBatchElementCount()` method, which returns a `long` value representing the current maximum batch element count, and a `toString()` method which overrides `Throwable.toString()`."]]],[]]