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."],[[["The page details the `UnavailableException` class within the Google API Client Library for Java, specifically version 2.8.1, which is an exception indicating that a service is temporarily unavailable."],["This exception class inherits members from `ApiException`, `Object`, and `Throwable`, which can be used to get status codes or check for retryability."],["The provided versions of `com.google.api.gax.rpc.UnavailableException` range from version 2.63.1 down to 2.7.1, with 2.63.1 being the latest."],["`UnavailableException` has two constructors, one accepting a message, cause, status code, and retryability, and another accepting only the cause, status code, and retryability."],["The exception is designed to be transient, meaning that retrying the operation, potentially with a backoff strategy, is likely to succeed later."]]],[]]