[[["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 lists the available versions of the `ApiExceptionFactory` class, ranging from the latest version 2.63.1 down to version 2.7.1."],["`ApiExceptionFactory` is a factory class in Java that generates specific exception types based on a given status code."],["The class includes three static methods for creating exceptions: `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)`."],["The `ApiExceptionFactory` class inherits from `java.lang.Object`, and therefore inherits several members from this parent class, such as `clone()`, `equals(Object)`, `finalize()`, and more."]]],[]]