[[["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 `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))."]]],[]]