Class EasyHttpExceptions.EasyHttpRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyHttpRequestException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EasyHttpExceptions.Easy4xxException,EasyHttpExceptions.Easy5xxException,EasyHttpExceptions.EasyResilienceException
- Enclosing class:
EasyHttpExceptions
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEasyHttpRequestException(ResponseObject response) EasyHttpRequestException(String message, ResponseObject response) EasyHttpRequestException(Throwable throwable) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EasyHttpRequestException
-
EasyHttpRequestException
-
EasyHttpRequestException
-
-
Method Details
-
getResponseAsString
-
getResponseAsMap
-