[[["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."],[[["The webpage details the `OutOfRangeException` class in the `com.google.api.gax.rpc` package, which is thrown when an operation exceeds its valid range, such as reading past the end of a file."],["The latest version of the `OutOfRangeException` documentation is version 2.63.1, and the page also provides access to documentation for various older versions of this class, all the way back to 2.7.1."],["`OutOfRangeException` inherits from `ApiException` and includes inherited members such as `getDomain()`, `getErrorDetails()`, `getMetadata()`, `getReason()`, `getStatusCode()`, and `isRetryable()`, along with several members inherited from Object and Throwable."],["There are three constructors for creating an `OutOfRangeException` object, allowing for the specification of a message, a cause, status code, retryable flag and/or error details."],["The class takes in parameters like message (String), cause (Throwable), statusCode (StatusCode), retryable (boolean) and errorDetails (ErrorDetails), depending on the constructor used."]]],[]]