[[["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."],[[["This webpage provides documentation for the `ApiExceptionFactory` class in the Google Cloud API client library for Java (`com.google.api.gax.rpc`), with the latest version being 2.63.1 and many prior versions listed."],["The `ApiExceptionFactory` class is used to create specific types of exception classes based on a given status code."],["The `ApiExceptionFactory` class inherits from `java.lang.Object` and has methods like `createException` which have several overloaded variants to allow for different inputs, such as adding message, cause, statusCode, retryable, and errorDetails."],["There are three overloaded static methods named `createException` that can be used to construct `ApiException` instances, accepting parameters like `message`, `cause`, `StatusCode`, `retryable`, and `ErrorDetails`."],["Each method `createException` will return an `ApiException`, which is a custom exception class within the Google Cloud API client library."]]],[]]