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 in the Google API Client Library for Java (gax), a subclass of `ApiException`, which indicates that a service is temporarily unavailable."],["The latest version of the documentation for the `UnavailableException` class is 2.63.1, and the page provides links to previous versions of the documentation all the way back to version 2.7.1."],["`UnavailableException` is designed for scenarios where retrying the operation might resolve the issue, as the service's unavailability is considered a transient state."],["The class offers three constructors, allowing for different levels of detail when creating an instance, such as providing a message, a cause, status code, retryability information, and error details."],["The page also includes a list of inherited members, showcasing the methods and properties that the `UnavailableException` class inherits from its parent classes."]]],[]]