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"]],[["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 of the API documentation available is 2.63.1, while the displayed documentation corresponds to version 2.49.0, with a range of versions between 2.7.1 and 2.63.1 also available."],["`ApiExceptions` is a utility class for managing and working with `ApiException`, as part of the Google API client libraries for Java."],["The class `ApiExceptions` provides a method called `callAndTranslateApiException`, which handles exceptions thrown by an `ApiFuture` when calling `get()` on it, rethrowing any `RuntimeException` and adding `AsyncTaskException` as a suppressed exception."],["`ApiExceptions` extends the base class `java.lang.Object`, and therefore inherits base object methods like `clone`, `equals`, `hashCode`, and `toString`, which are outlined in the inherited members section."]]],[]]