com.atlassian.sal.api.net
Class ResponseTransportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.sal.api.net.ResponseException
com.atlassian.sal.api.net.ResponseTransportException
- All Implemented Interfaces:
- Serializable
public class ResponseTransportException
- extends ResponseException
Thrown by Request methods to indicate that the request failed because of
an I/O error in the underlying protocol.
For HTTP requests, Throwable.getCause() will return the corresponding
SocketException.
- 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 |
ResponseTransportException
public ResponseTransportException(String message,
Throwable cause)
ResponseTransportException
public ResponseTransportException(String message)
ResponseTransportException
public ResponseTransportException(Throwable cause)
Copyright © 2015 Atlassian. All rights reserved.