Class ReadTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.micronaut.http.exceptions.HttpException
-
- io.micronaut.http.client.exceptions.HttpClientException
-
- io.micronaut.http.client.exceptions.ReadTimeoutException
-
- All Implemented Interfaces:
java.io.Serializable
public final class ReadTimeoutException extends HttpClientException
An exception thrown when a read timeout occurs.- Since:
- 1.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ReadTimeoutExceptionTIMEOUT_EXCEPTION
-
Method Summary
-
Methods inherited from class io.micronaut.http.client.exceptions.HttpClientException
getMessage, getServiceId, setServiceId
-
-
-
-
Field Detail
-
TIMEOUT_EXCEPTION
public static final ReadTimeoutException TIMEOUT_EXCEPTION
-
-