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 (gax), with version 2.63.1 being the most recent release, and the content provided ranging from that all the way back to version 2.7.1."],["`UnknownException` is a subclass of `ApiException`, thrown when an error's origin or specific type is unknown or unsupported by the current context."],["The class has several inherited methods from `ApiException`, `Object`, and `Throwable`, allowing it to handle error details, stack traces, and other exception-related behaviors."],["`UnknownException` can be constructed with various parameters, including a message, a `Throwable` cause, a `StatusCode`, a boolean for retry ability, and `ErrorDetails` for more comprehensive error reporting."],["The page provides links to detailed documentation for each version, along with links to each of the methods that `UnknownException` inherits, as well as the constructor method."]]],[]]