[[["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 `ApiException` class, a subclass of `RuntimeException`, used for exceptions during RPC calls within the Google API Client Library for Java."],["The `ApiException` class provides constructors to initialize with parameters such as a message, cause, status code, and a boolean indicating if the request is retryable."],["It includes methods `getStatusCode()` to retrieve the exception's status code and `isRetryable()` to check if the failed request can be retried."],["The document lists various versions of the library, from the latest (2.63.1) down to 2.7.1."],["The page also outlines the inherited members from `Object` and `Throwable`, including methods like `clone()`, `equals()`, `getMessage()`, and `getStackTrace()`."]]],[]]