Package ratpack.core.http.client
Class HttpClientReadTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ratpack.core.http.client.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 Summary
Constructors Constructor Description HttpClientReadTimeoutException(String message)
Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
HttpClientReadTimeoutException
public HttpClientReadTimeoutException(String message)
Constructor.- Parameters:
message
- the exception message
-
-