com.atlassian.sal.api.net
Class ResponseReadTimeoutException

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

public class ResponseReadTimeoutException
extends ResponseTimeoutException

Thrown by Request methods to indicate that the request failed because the server did not respond within the timeout interval after a connection was made.

Since:
2.7.0
See Also:
Serialized Form

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

ResponseReadTimeoutException

public ResponseReadTimeoutException(String message,
                                    Throwable cause)

ResponseReadTimeoutException

public ResponseReadTimeoutException(String message)

ResponseReadTimeoutException

public ResponseReadTimeoutException(Throwable cause)


Copyright © 2011 Atlassian. All Rights Reserved.