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-03-21 UTC."],[[["The latest version available for `AsyncTaskException` is 2.63.1, with multiple older versions also accessible."],["`AsyncTaskException` is a custom exception class, extending `RuntimeException`, designed for preserving stack traces when handling asynchronous tasks in synchronous contexts."],["This exception is added as a suppressed exception, which helps maintain the call site information when an `ApiException` is caught in an async operation."],["`AsyncTaskException` inherits a range of methods from `Object` and `Throwable`, such as `addSuppressed()`, `getCause()`, `getMessage()`, and `printStackTrace()`, which are standard for exception handling in Java."]]],[]]