Class InvalidResponseHeadersException

All Implemented Interfaces:
Serializable

public final class InvalidResponseHeadersException
extends InvalidResponseException
An InvalidResponseException raised when a client received a response with invalid headers.
See Also:
Serialized Form
  • Constructor Details

    • InvalidResponseHeadersException

      public InvalidResponseHeadersException​(ResponseHeaders headers)
      Creates a new instance with the specified ResponseHeaders.
    • InvalidResponseHeadersException

      public InvalidResponseHeadersException​(ResponseHeaders headers, @Nullable Throwable cause)
      Creates a new instance with the specified ResponseHeaders and cause.
  • Method Details