Package com.atlassian.sal.api.net
Class ResponseProtocolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.sal.api.net.ResponseException
com.atlassian.sal.api.net.ResponseProtocolException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionResponseProtocolException(String message) ResponseProtocolException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResponseProtocolException
-
ResponseProtocolException
-
ResponseProtocolException
-