Class HttpClientReadTimeoutException

  • All Implemented Interfaces:
    Serializable

    public class HttpClientReadTimeoutException
    extends RuntimeException
    Thrown when the read timeout duration for a request is reached.

    This will occur if the server fails to send any data back in response within the given duration, since the last time any data was received.

    Since:
    1.4.1
    See Also:
    Serialized Form
    • Constructor Detail

      • HttpClientReadTimeoutException

        public HttpClientReadTimeoutException​(String message)
        Constructor.
        Parameters:
        message - the exception message