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-02 UTC."],[[["This webpage details the `UnknownException` class in the Google API Client Library for Java (gax), a subclass of `ApiException` that represents errors of an unspecified nature."],["`UnknownException` is thrown when an error occurs that does not fit into a known error category, or when insufficient error information is provided by an API, and it can occur when a `Status` value from an unknown error-space is received."],["The class has three constructors that can be used to instantiate it, each providing different ways to specify the exception's message, underlying cause, status code, retryability, and error details."],["The page provides access to documentation for `UnknownException` across a wide range of version releases, starting with `2.63.1 (latest)` down to version `2.7.1`."],["The page also provides inherited members such as `ApiException.getDomain()` and `Object.wait(long,int)` for the `UnknownException` class."]]],[]]