Class EasyHttpExceptions.EasyResilienceRequestTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyHttpRequestException
io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyResilienceException
io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyResilienceRequestTimeoutException
- All Implemented Interfaces:
Serializable
- Enclosing class:
EasyHttpExceptions
public static class EasyHttpExceptions.EasyResilienceRequestTimeoutException
extends EasyHttpExceptions.EasyResilienceException
This error is thrown when request is timed out due to you timeout specified in "api.timeout" property.
Note - socket timeout is different which is captured by EasyHttpExceptions.EasyRequestTimeOutException.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyHttpRequestException
getResponseAsMap, getResponseAsStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EasyResilienceRequestTimeoutException
-