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

public static class EasyHttpExceptions.EasyHttpRequestException extends RuntimeException
See Also:
  • Constructor Details

    • EasyHttpRequestException

      public EasyHttpRequestException(Throwable throwable)
    • EasyHttpRequestException

      public EasyHttpRequestException(String message, ResponseObject response)
    • EasyHttpRequestException

      public EasyHttpRequestException(ResponseObject response)
  • Method Details

    • getResponseAsString

      public String getResponseAsString()
    • getResponseAsMap

      public Map<String,Object> getResponseAsMap()