Exception thrown when the service is currently unavailable. This is a most likely a transient
condition and may be corrected by retrying with a backoff.
[[["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-09 UTC."],[[["This webpage details the `UnavailableException` class within the Google API Client Library for Java, specifically under version 2.24.0."],["The `UnavailableException` is thrown when a service is not currently reachable, suggesting that it may be a temporary issue that can be resolved by retrying the request with a backoff."],["The page lists numerous prior versions of the library, going as far back as version 2.7.1, and also provides a link to the latest version, 2.63.1, in order to access the documentation for all these versions."],["The class inherits members from `ApiException`, `Object`, and `Throwable`, with links to the specific methods and attributes of the members."],["The class includes three constructors, allowing for the inclusion of a message, cause, status code, retryable flag, and error details when creating an `UnavailableException` object."]]],[]]