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, which is a type of `ApiException` in the Google API Client Library for Java."],["`UnknownException` is thrown when an error is encountered that the system can't identify, often due to an unknown status from another address space or insufficient error information."],["The class provides two constructors, allowing for the initialization of an unknown error with details about the message, cause, status code, and whether it's retryable."],["The page lists multiple versions of this exception, ranging from 2.63.1 (latest) down to 2.7.1, providing links to the documentation for each of them."],["The exception has inherited members, and lists them, coming from the ApiException, Object and Throwable class."]]],[]]