Class 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:
  • Constructor Details

    • ResponseTransportException

      public ResponseTransportException(String message, Throwable cause)
    • ResponseTransportException

      public ResponseTransportException(String message)
    • ResponseTransportException

      public ResponseTransportException(Throwable cause)