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
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:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ResponseProtocolException
public ResponseProtocolException(String message,
Throwable cause)
ResponseProtocolException
public ResponseProtocolException(String message)
ResponseProtocolException
public ResponseProtocolException(Throwable cause)
Copyright © 2011 Atlassian. All Rights Reserved.