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 unknown error occurs, possibly due to an unrecognized error-space or lack of error information."],["The latest version available in this list is `2.63.1`, and the page includes links to documentation for 48 different versions of the package, ranging down to version `2.7.1`."],["The `UnknownException` class can be instantiated with a message, cause, status code, and retryable flag, or alternatively, just the cause, status code, and retryable flag."],["This class inherits methods from several parent classes, including `ApiException`, `RuntimeException`, `Exception`, `Throwable`, and `Object`, allowing for access to a variety of functionalities like retrieving the status code, determining if an action is retryable, and managing the stack trace."]]],[]]