Class ResponseProtocolException

All Implemented Interfaces:
Serializable

public class ResponseProtocolException extends ResponseException
Thrown by Request methods to indicate that the request failed because the server did not comply with the request protocol.

For HTTP requests, this includes conditions such as the server returning an invalid HTTP response or a circular redirect.

Since:
2.7.0
See Also:
  • Constructor Details

    • ResponseProtocolException

      public ResponseProtocolException(String message, Throwable cause)
    • ResponseProtocolException

      public ResponseProtocolException(String message)
    • ResponseProtocolException

      public ResponseProtocolException(Throwable cause)