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