Class HttpClientReadTimeoutException

  • All Implemented Interfaces:
    java.io.Serializable

    public class HttpClientReadTimeoutException
    extends java.lang.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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • HttpClientReadTimeoutException

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