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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

Method

ThrowablegetCause()
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
ClassgetClass()
Returns the runtime class of this Object .
StringgetLocalizedMessage()
Creates a localized description of this throwable.
StringgetMessage()
Return the detail message, including the message from the nested exception if there is one.
intgetRawStatusCode()
Return the raw HTTP status code value.
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.
voidprintStackTrace()
Prints this throwable and its backtrace to the standard error stream.
StringtoString()
Returns a short description of this throwable.