[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 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."]]],[]]