Package com.atlassian.sal.api.net
Class ResponseReadTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.sal.api.net.ResponseException
com.atlassian.sal.api.net.ResponseTimeoutException
com.atlassian.sal.api.net.ResponseReadTimeoutException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionResponseReadTimeoutException(String message) ResponseReadTimeoutException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResponseReadTimeoutException
-
ResponseReadTimeoutException
-
ResponseReadTimeoutException
-