public class ResponseProtocolException extends ResponseException
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.
| Constructor and Description |
|---|
ResponseProtocolException(String message) |
ResponseProtocolException(String message,
Throwable cause) |
ResponseProtocolException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2019 Atlassian. All rights reserved.