Uses of Class
com.jsunsoft.http.UnexpectedStatusCodeException
-
Packages that use UnexpectedStatusCodeException Package Description com.jsunsoft.http -
-
Uses of UnexpectedStatusCodeException in com.jsunsoft.http
Methods in com.jsunsoft.http that throw UnexpectedStatusCodeException Modifier and Type Method Description void
ResponseHandler. throwIfNotSuccess()
Throws anUnexpectedStatusCodeException
if the status code of the response is not successful.
-