com.atlassian.sal.api.net
Class ResponseConnectTimeoutException

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.ResponseTimeoutException
                  extended by com.atlassian.sal.api.net.ResponseConnectTimeoutException
All Implemented Interfaces:
Serializable

public class ResponseConnectTimeoutException
extends ResponseTimeoutException

Thrown by Request methods to indicate that the request failed because a connection could not be established within the timeout interval.

Since:
2.7.0
See Also:
Serialized Form

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

ResponseConnectTimeoutException

public ResponseConnectTimeoutException(String message,
                                       Throwable cause)

ResponseConnectTimeoutException

public ResponseConnectTimeoutException(String message)

ResponseConnectTimeoutException

public ResponseConnectTimeoutException(Throwable cause)


Copyright © 2011 Atlassian. All Rights Reserved.