com.atlassian.sal.api.net
Class ResponseProtocolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.sal.api.net.ResponseException
              extended by 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

Constructor Summary
ResponseProtocolException(String message)
           
ResponseProtocolException(String message, Throwable cause)
           
ResponseProtocolException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResponseProtocolException

public ResponseProtocolException(String message,
                                 Throwable cause)

ResponseProtocolException

public ResponseProtocolException(String message)

ResponseProtocolException

public ResponseProtocolException(Throwable cause)


Copyright © 2015 Atlassian. All rights reserved.