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-02 UTC."],[[["This page details the `UnavailableException` class in the Google API Client Library for Java, specifically within the `com.google.api.gax.rpc` package, across multiple versions."],["`UnavailableException` is thrown when a service is temporarily unavailable, suggesting it's a transient issue that might be resolved by retrying the operation with a backoff strategy."],["The page lists multiple versions of the `UnavailableException` class, starting from version 2.63.1 (latest) down to 2.7.1, providing links to each version's documentation."],["The `UnavailableException` class extends `ApiException` and inherits several members for error handling, such as retrieving the error domain, details, metadata, reason, status code, and determining if it is retryable."],["There are three constructors for the `UnavailableException` class that allow for different parameters to be passed in for customization, including messages, causes, status codes, retryability, and error details."]]],[]]