[[["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-07 UTC."],[[["This webpage details the `CancelledException` class, a type of `ApiException` that occurs when an operation is cancelled, typically by the caller."],["The page provides links to the documentation for various versions of this class, ranging from version 2.63.1 (latest) down to 2.7.1, with version 2.58.0 being the one that the information provided in the document concerns."],["`CancelledException` includes inherited members from `ApiException` such as `getDomain()`, `getErrorDetails()`, and `isRetryable()`, as well as numerous inherited members from `Object` and `Throwable`."],["There are three constructors for `CancelledException` allowing parameters for the message, cause, status code, retryable, and error details."],["The description of the parameters for the constructors are `message` ([String](https://docs.oracle.com/javase/8/docs/api/java/lang/String.html)), `cause` ([Throwable](https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html)), `statusCode` ([StatusCode](/java/docs/reference/gax/2.58.0/com.google.api.gax.rpc.StatusCode)), `retryable` ([boolean](https://docs.oracle.com/javase/tutorial/java/nutsandbolts/datatypes.html)), and `errorDetails` ([ErrorDetails](/java/docs/reference/gax/2.58.0/com.google.api.gax.rpc.ErrorDetails))."]]],[]]