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

    • ResponseReadTimeoutException

      public ResponseReadTimeoutException(String message, Throwable cause)
    • ResponseReadTimeoutException

      public ResponseReadTimeoutException(String message)
    • ResponseReadTimeoutException

      public ResponseReadTimeoutException(Throwable cause)