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-04-17 UTC."],[[["This webpage provides documentation for `ApiExceptions`, a utility class designed for handling `ApiException` within the Google Cloud API Client Libraries for Java."],["The latest version documented is 2.63.1, and a comprehensive list of previous versions, ranging from 2.62.0 down to 2.7.1, is accessible for reference."],["The `ApiExceptions` class inherits from `java.lang.Object` and contains static methods, including `callAndTranslateApiException`, which processes exceptions thrown during `ApiFuture#get()` calls."],["The `callAndTranslateApiException` static method rethrows `RuntimeException` if it's the cause of the exception and adds `AsyncTaskException` as a suppressed exception for easier debugging."],["The page includes a detailed list of the inherited members from the `Object` class."]]],[]]