Invokes ApiFuture#get() on the given future, and if the call throws an exception (which
will be UncheckedExecutionException), the exception is processed in the following way:
If the exception cause is a RuntimeException, the RuntimeException is rethrown. To ease
debugging, the a AsyncTaskException is added as a suppressed exception to
maintain the callsite.
Otherwise, the UncheckedExecutionException is rethrown.
[[["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 page provides documentation for `ApiExceptions`, a utility class in the Google API Client Library for Java, specifically within the `com.google.api.gax.rpc` package."],["The most recent version documented is 2.63.1, with multiple versions available, as low as 2.7.1, for developers to reference, which can be found in the links provided."],["`ApiExceptions` is designed to simplify the handling of `ApiException` instances, and extends the `java.lang.Object` class."],["The class includes a static method, `callAndTranslateApiException`, which processes exceptions thrown by `ApiFuture#get()`, rethrowing them or converting them into specific exceptions for runtime handling."],["There is also a list of inherited members that are available to use, such as methods like `clone()`, `equals(Object)`, and `toString()`, among others."]]],[]]