[[["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 provides documentation for the `HttpJsonStatusRuntimeException` class, which is used to propagate HTTP status code information through exceptions in Java."],["The latest version of the `HttpJsonStatusRuntimeException` class documented is 2.63.1, with previous versions listed dating back to 2.7.1."],["The `HttpJsonStatusRuntimeException` class is a type of `RuntimeException` that carries an HTTP status code."],["It includes a constructor `HttpJsonStatusRuntimeException(int statusCode, String message, Throwable cause)` for creating instances, taking the status code, a message, and a throwable cause."],["The class provides a `getStatusCode()` method that returns an integer representation of the HTTP status code."]]],[]]