com.atlassian.sal.api.net
Class ResponseTransportException

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.ResponseTransportException
All Implemented Interfaces:
Serializable

public class ResponseTransportException
extends ResponseException

Thrown by Request methods to indicate that the request failed because of an I/O error in the underlying protocol.

For HTTP requests, Throwable.getCause() will return the corresponding SocketException.

Since:
2.7.0
See Also:
Serialized Form

Constructor Summary
ResponseTransportException(String message)
           
ResponseTransportException(String message, Throwable cause)
           
ResponseTransportException(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

ResponseTransportException

public ResponseTransportException(String message,
                                  Throwable cause)

ResponseTransportException

public ResponseTransportException(String message)

ResponseTransportException

public ResponseTransportException(Throwable cause)


Copyright © 2015 Atlassian. All rights reserved.