Uses of Class
kong.unirest.core.UnirestException
-
Packages that use UnirestException Package Description kong.unirest.core -
-
Uses of UnirestException in kong.unirest.core
Subclasses of UnirestException in kong.unirest.core Modifier and Type Class Description class
UnirestConfigException
class
UnirestParsingException
class
UnrecoverableException
An exception which prevents Unirest from attempting to recover the body from a failed response / parsing errorMethods in kong.unirest.core with parameters of type UnirestException Modifier and Type Method Description default void
Callback. failed(UnirestException e)
Methods in kong.unirest.core that throw UnirestException Modifier and Type Method Description HttpResponse<JsonNode>
BaseRequest. asJson()
<T> HttpResponse<T>
BaseRequest. asObject(java.lang.Class<? extends T> responseClass)
<T> HttpResponse<T>
BaseRequest. asObject(GenericType<T> genericType)
HttpResponse<java.lang.String>
BaseRequest. asString()
HttpResponse<?>
CompoundInterceptor. onFail(java.lang.Exception e, HttpRequestSummary request, Config config)
default HttpResponse<?>
Interceptor. onFail(java.lang.Exception e, HttpRequestSummary request, Config config)
Called in the case of a total failure.
-