[[["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-02 UTC."],[[["This webpage lists different versions of the `HttpJsonStatusRuntimeException` class, with the latest version being 2.63.1, and older versions going back to 2.7.1."],["`HttpJsonStatusRuntimeException` is a class that extends `RuntimeException` and is used to propagate HTTP status code information via exceptions."],["The class has a constructor `HttpJsonStatusRuntimeException(int statusCode, String message, Throwable cause)` that accepts the HTTP status code, a message, and a cause."],["The `getStatusCode()` method can be used to get the stored status code that was originally passed to the constructor, and returns a value of type `int`."],["The `HttpJsonStatusRuntimeException` class inherits methods from `Object` and `Throwable`, as seen by the list of inherited members."]]],[]]