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-03-21 UTC."],[[["This page details the `UnavailableException` class in the Google API Client Library for Java (gax), a subclass of `ApiException` that indicates a service is currently unavailable."],["The `UnavailableException` is typically a transient issue, meaning retrying the operation with a backoff strategy may resolve the problem."],["There are several versions of `UnavailableException` available in the library, ranging from version 2.7.1 to the latest version 2.63.1."],["The class includes constructors that accept parameters such as a message, a `Throwable` cause, a `StatusCode`, a boolean indicating if the error is retryable, and optional `ErrorDetails`."],["The `UnavailableException` class inherits methods from `ApiException`, `Object`, and `Throwable`, which are also documented on the page."]]],[]]