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

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

Introduction

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

The text is from its open source code.

Subclass

org.springframework.web.client.HttpStatusCodeException has subclasses.
Click this link to see all its subclasses.

Method

ThrowablegetCause()
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
StringgetMessage()
Return the detail message, including the message from the nested exception if there is one.
byte[]getResponseBodyAsByteArray()
Return the response body as a byte array.
StringgetResponseBodyAsString()
Return the response body as a string.
HttpHeadersgetResponseHeaders()
Return the HTTP response headers.
HttpStatusgetStatusCode()
Return the HTTP status code.
StringgetStatusText()
Return the HTTP status text.
StringtoString()
Returns a short description of this throwable.