Class HttpErrorPropagatingException

  • All Implemented Interfaces:
    Serializable

    public class HttpErrorPropagatingException
    extends org.springframework.web.client.HttpClientErrorException
    Since:
    2.7
    Author:
    Christoph Deppisch
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.springframework.web.client.HttpClientErrorException

        org.springframework.web.client.HttpClientErrorException.BadRequest, org.springframework.web.client.HttpClientErrorException.Conflict, org.springframework.web.client.HttpClientErrorException.Forbidden, org.springframework.web.client.HttpClientErrorException.Gone, org.springframework.web.client.HttpClientErrorException.MethodNotAllowed, org.springframework.web.client.HttpClientErrorException.NotAcceptable, org.springframework.web.client.HttpClientErrorException.NotFound, org.springframework.web.client.HttpClientErrorException.TooManyRequests, org.springframework.web.client.HttpClientErrorException.Unauthorized, org.springframework.web.client.HttpClientErrorException.UnprocessableEntity, org.springframework.web.client.HttpClientErrorException.UnsupportedMediaType
    • Constructor Summary

      Constructors 
      Constructor Description
      HttpErrorPropagatingException​(org.springframework.http.HttpStatus statusCode, String statusText, org.springframework.http.HttpHeaders responseHeaders, byte[] responseBody, Charset responseCharset)
      Default constructor using fields.
    • Constructor Detail

      • HttpErrorPropagatingException

        public HttpErrorPropagatingException​(org.springframework.http.HttpStatus statusCode,
                                             String statusText,
                                             org.springframework.http.HttpHeaders responseHeaders,
                                             byte[] responseBody,
                                             Charset responseCharset)
        Default constructor using fields.
        Parameters:
        statusCode -
        statusText -
        responseHeaders -
        responseBody -
        responseCharset -