[[["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 webpage provides documentation for the `ApiExceptionFactory` class in the Google Cloud API client library for Java (gax), which is used to generate appropriate exception types from status codes."],["The latest version of the documentation available is 2.63.1, with documentation available for various older versions dating back to version 2.7.1."],["`ApiExceptionFactory` inherits members from the `java.lang.Object` class, including methods like `clone()`, `equals()`, `hashCode()`, and `toString()`."],["`ApiExceptionFactory` offers three static methods: `createException(String message, Throwable cause, StatusCode statusCode, boolean retryable)`, `createException(Throwable cause, StatusCode statusCode, boolean retryable)`, and `createException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)`, all returning an `ApiException`."],["These static methods provided create `ApiException` instances based on a message, throwable cause, status code, and retryable parameters, with one method including additional error details."]]],[]]