Java org.springframework.web.client UnknownHttpStatusCodeException fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.client UnknownHttpStatusCodeException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.client UnknownHttpStatusCodeException.

The text is from its open source code.

Constructor

UnknownHttpStatusCodeException(int rawStatusCode, String statusText, @Nullable HttpHeaders responseHeaders, @Nullable byte[] responseBody, @Nullable Charset responseCharset)
Construct a new instance of HttpStatusCodeException based on an HttpStatus , status text, and response body content.