Exception thrown due to an unknown error. An example of where this error may be returned is if a
Status value received from another address space belongs to an error-space that is not known in
this address space. Also errors raised by APIs that do not return enough error information may be
converted to this error.
[[["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 `UnknownException` class in the Google API Client Library for Java, specifically within the `com.google.api.gax.rpc` package."],["The `UnknownException` is a type of `ApiException` that is thrown when an error occurs that cannot be classified into a known error type, often when receiving a status from an unknown error space, or from API errors lacking details."],["The page lists available versions of the `UnknownException` class, ranging from version 2.7.1 to the latest 2.63.1, which can be clicked to learn more about that specific release."],["The `UnknownException` class has multiple constructors that allow the passing of different parameters to provide more context around the exception, such as the message, cause, status code, if it is retryable, and any extra error details."],["The `UnknownException` class inherits members from `ApiException`, `Object`, and `Throwable`, giving it access to various methods for retrieving error information and status data."]]],[]]