[[["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-09 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."]]],[]]