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 classUnirestConfigExceptionclassUnirestParsingExceptionclassUnrecoverableExceptionAn 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 voidCallback. failed(UnirestException e)Methods in kong.unirest.core that throw UnirestException Modifier and Type Method Description default HttpResponse<?>Interceptor. onFail(Exception e, HttpRequestSummary request, Config config)Called in the case of a total failure.
-