Exception thrown due to internal errors. Means some invariants expected by underlying system has
been broken. If you see one of these errors, something is very broken.
[[["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 details the `InternalException` class within the Google API Client Library for Java (gax), a subclass of `ApiException` that signals broken system invariants."],["The latest version of the documentation is `2.63.1`, and the page provides access to documentation for various other versions, ranging from `2.63.1` down to `2.7.1`, each link corresponding to a specific version of the library."],["The class `InternalException` has three constructors with different parameter sets, all including a `Throwable` cause, `StatusCode`, and a boolean `retryable` flag."],["`InternalException` inherits methods from `ApiException`, `Object`, and `Throwable`, allowing it to retrieve error details, manage stack traces, and perform other standard exception operations."],["The `InternalException` class can also have parameters that hold the `message` and `ErrorDetails`."]]],[]]