Package 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
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:
-
Constructor Summary
ConstructorsConstructorDescriptionResponseTransportException(String message) ResponseTransportException(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
-
ResponseTransportException
-
ResponseTransportException
-
ResponseTransportException
-