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

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

Introduction

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

The text is from its open source code.

Constructor

Method

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.
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.