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
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ResponseConnectTimeoutException
public ResponseConnectTimeoutException(String message,
Throwable cause)
ResponseConnectTimeoutException
public ResponseConnectTimeoutException(String message)
ResponseConnectTimeoutException
public ResponseConnectTimeoutException(Throwable cause)
Copyright © 2015 Atlassian. All rights reserved.