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 page details the `UnknownException` class in the Google API Client Library for Java, which is an `ApiException` representing an error with unknown causes."],["The `UnknownException` class is thrown when the status of an error from another address space is unknown, or when an API doesn't provide sufficient error information."],["The `UnknownException` class provides constructors that take in a message, a cause, a status code, a retryable boolean, and optionally error details to initialize the exception."],["The page also lists all available versions of the `UnknownException` class, ranging from version 2.63.1 (latest) down to version 2.7.1."],["The class has a multitude of inherited members from the ApiException, Object and Throwable class, which can be seen and learned about on this page."]]],[]]