This exception is used to preserve the caller's stacktrace when invoking an async task in a sync
context. It will be added as a suppressed exception when propagating the async exception. This
allows callers to catch ApiException thrown in an async operation, while still maintaining the
call site.
[[["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-09 UTC."],[[["This webpage provides documentation for the `AsyncTaskException` class within the Google API Client Library for Java, specifically in the `com.google.api.gax.rpc` package."],["The `AsyncTaskException` is a `RuntimeException` used to preserve the caller's stack trace when invoking an asynchronous task in a synchronous context, and it is added as a suppressed exception to maintain the call site."],["The latest version of `AsyncTaskException` is `2.63.1`, and the page lists documentation for numerous versions, ranging down to version `2.7.1`."],["The page also shows a list of inherited members and their respective links from the Object and Throwable class."]]],[]]