[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 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."]]],[]]