Uses of Class
com.moesif.api.exceptions.APIException
-
Packages that use APIException Package Description com.moesif.api com.moesif.api.controllers com.moesif.api.http.client -
-
Uses of APIException in com.moesif.api
Methods in com.moesif.api with parameters of type APIException Modifier and Type Method Description static voidAPIHelper. populate(String json, APIException obj)Populates an object of an APIException subclass with the required properties. -
Uses of APIException in com.moesif.api.controllers
Methods in com.moesif.api.controllers that throw APIException Modifier and Type Method Description protected voidBaseController. validateResponse(HttpResponse response, HttpContext context)Validates the response against HTTP errors defined at the API level -
Uses of APIException in com.moesif.api.http.client
Methods in com.moesif.api.http.client that throw APIException Modifier and Type Method Description HttpResponseHttpClient. executeAsBinary(HttpRequest request)Execute a given HttpRequest to get binary response backHttpResponseUnirestClient. executeAsBinary(HttpRequest request)Execute a given HttpRequest to get binary response backHttpResponseHttpClient. executeAsString(HttpRequest request)Execute a given HttpRequest to get string response backHttpResponseUnirestClient. executeAsString(HttpRequest request)Execute a given HttpRequest to get string response back
-