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."],["The `UnavailableException` is a type of `ApiException` that signals a temporary service outage, suggesting that retrying the operation might resolve the issue."],["The latest version of the `UnavailableException` is version 2.63.1, with many previous versions also being available, all the way down to version 2.7.1."],["The page lists the constructors of the `UnavailableException` class, which allows the creation of the exception by providing a message, cause, status code, retryability, and optionally, error details."],["Several inherited members from `ApiException`, `Throwable`, and `Object` are listed, providing methods for managing the exception's state and details."]]],[]]