[[["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 provides documentation for the `UnimplementedException` class within the Google API Client Libraries for Java (gax), specifically detailing versions from 2.7.1 up to the latest, 2.63.1."],["The `UnimplementedException` class extends `ApiException` and is thrown when a requested operation is either not implemented or not supported by the target service."],["Key properties of this exception include the ability to define a custom message, specify a cause, define a status code, and determine if the operation is retryable."],["There are three constructors available for `UnimplementedException`, which allow you to create it with varying levels of detail: either with just a `Throwable`, `StatusCode`, and if it is `retryable`; with an additional custom message, or with an added `ErrorDetails` object."],["The exception inherits a set of members from `ApiException`, such as `getDomain()`, `getErrorDetails()`, `getMetadata()`, `getReason()`, `getStatusCode()`, and `isRetryable()`, as well as the standard methods from the `Object` and `Throwable` classes."]]],[]]