Exception HttpJsonStatusRuntimeException (2.48.1)

public class HttpJsonStatusRuntimeException extends RuntimeException

HTTP status code in RuntimeException form, for propagating status code information via exceptions.

Constructors

HttpJsonStatusRuntimeException(int statusCode, String message, Throwable cause)

public HttpJsonStatusRuntimeException(int statusCode, String message, Throwable cause)
Parameters
Name Description
statusCode int
message String
cause Throwable

Methods

getStatusCode()

public int getStatusCode()
Returns
Type Description
int