[[["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."],[[["The webpage provides a comprehensive list of versions for `HttpJsonStatusRuntimeException`, ranging from version 2.63.1 (latest) down to 2.7.1."],["`HttpJsonStatusRuntimeException` is a subclass of `RuntimeException` used to propagate HTTP status code information through exceptions."],["It has one constructor, `HttpJsonStatusRuntimeException(int statusCode, String message, Throwable cause)`, which takes an integer status code, a message, and a throwable cause as parameters."],["The class includes a `getStatusCode()` method to return the integer status code."],["This class inherits several methods and properties from `Object` and `Throwable`, such as `clone()`, `equals()`, `getMessage()`, and `printStackTrace()`."]]],[]]