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-03-21 UTC."],[[["This webpage details the `UnknownException` class, which is a type of `ApiException` in the Google Cloud API Client Libraries for Java, used to represent an error that could not be specifically categorized."],["`UnknownException` is typically thrown when an error status is received from a different system that is not recognized or when insufficient information about the error is provided by the API."],["The class contains three constructors: one that takes a message, cause, status code and retryable flag; another that takes only the cause, status code, and retryable flag; and a final one that adds error details as a parameter."],["The page also includes a list of available versions, ranging from the latest 2.63.1 all the way down to 2.7.1, each linking to its corresponding documentation page."],["The `UnknownException` class inherits a number of methods from `ApiException`, `Object` and `Throwable` as well as their documentation."]]],[]]