public class ResponseTransportException extends ResponseException
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.
| Constructor and Description |
|---|
ResponseTransportException(String message) |
ResponseTransportException(String message,
Throwable cause) |
ResponseTransportException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2019 Atlassian. All rights reserved.