Package com.atlassian.sal.api.net
Class ResponseConnectTimeoutException
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.ResponseConnectTimeoutException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionResponseConnectTimeoutException(String message) ResponseConnectTimeoutException(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
-
ResponseConnectTimeoutException
-
ResponseConnectTimeoutException
-
ResponseConnectTimeoutException
-