- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.rxmicro.common.RxMicroException
-
- io.rxmicro.http.error.HttpErrorException
-
- io.rxmicro.http.client.HttpClientTimeoutException
-
- All Implemented Interfaces:
Serializable
public final class HttpClientTimeoutException extends io.rxmicro.http.error.HttpErrorExceptionIf response is not received within a specified time period- Author:
- nedis
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intSTATUS_CODE
-
Constructor Summary
Constructors Constructor Description HttpClientTimeoutException(String message, Object... args)This constructor usesFormats.formatto format error message
-
Method Summary
-
Methods inherited from class io.rxmicro.http.error.HttpErrorException
getStatusCode, isClientErrorCode, isInformationalCode, isRedirectCode, isServerErrorCode, isSuccessCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
STATUS_CODE
public static final int STATUS_CODE
- See Also:
- Constant Field Values
-
-