[[["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-02 UTC."],[[["This webpage provides documentation for the `ApiExceptionFactory` class in the Google API Client Libraries for Java (gax) library, detailing its functionality for creating exception classes from status codes."],["The `ApiExceptionFactory` is a utility class that helps in generating specific `ApiException` instances based on status codes, enhancing error handling within the API interactions, and it has 3 static methods."],["There is a list of historical versions of the library from 2.7.1 to the latest version 2.63.1, along with links to their documentation."],["The document includes a list of all inherited members from `java.lang.Object` such as `clone()`, `equals(Object)`, and others, showing its lineage."],["Three static methods are thoroughly documented: `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)`, each having parameters and return values."]]],[]]