[[["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-04-17 UTC."],[[["This webpage details the `OutOfRangeException` class in the Google API Client Library for Java, specifically within the `com.google.api.gax.rpc` package."],["The `OutOfRangeException` is a type of `ApiException` that is thrown when an operation exceeds its valid range, such as seeking or reading past the end of a file."],["The latest version available is `2.63.1`, and the page shows a comprehensive list of versions ranging from `2.63.1` down to `2.7.1`."],["The class has three constructors to make an `OutOfRangeException`, all of which require a `Throwable` cause, a `StatusCode`, and a `boolean` indicating if it is retryable, with one allowing for the addition of a `message` and another for `ErrorDetails`."],["`OutOfRangeException` inherits members from `ApiException`, such as `getDomain()`, `getErrorDetails()`, `getMetadata()`, `getReason()`, `getStatusCode()`, and `isRetryable()`, as well as inherited members from `Object` and `Throwable`."]]],[]]