public class HttpErrorPropagatingException
extends org.springframework.web.client.HttpClientErrorException
| Constructor and Description |
|---|
HttpErrorPropagatingException(org.springframework.http.HttpStatus statusCode,
String statusText,
org.springframework.http.HttpHeaders responseHeaders,
byte[] responseBody,
Charset responseCharset)
Default constructor using fields.
|
getRawStatusCode, getResponseBodyAsByteArray, getResponseBodyAsString, getResponseHeaders, getStatusTextcontains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HttpErrorPropagatingException(org.springframework.http.HttpStatus statusCode,
String statusText,
org.springframework.http.HttpHeaders responseHeaders,
byte[] responseBody,
Charset responseCharset)
statusCode - statusText - responseHeaders - responseBody - responseCharset - Copyright © 2008–2018 ConSol Software GmbH. All rights reserved.