com.atlassian.sal.api.net
Class ResponseTimeoutException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ResponseConnectTimeoutException, ResponseReadTimeoutException

public class ResponseTimeoutException
extends ResponseException

Thrown by Request methods to indicate that the request failed because the server did not response in time. This may be a ResponseConnectTimeoutException or a ResponseReadTimeoutException.

Since:
2.7.0
See Also:
Serialized Form

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

ResponseTimeoutException

public ResponseTimeoutException(String message,
                                Throwable cause)

ResponseTimeoutException

public ResponseTimeoutException(String message)

ResponseTimeoutException

public ResponseTimeoutException(Throwable cause)


Copyright © 2015 Atlassian. All rights reserved.