Uses of Class
de.fraunhofer.iosb.ilt.frostclient.exception.StatusCodeException
Packages that use StatusCodeException
Package
Description
-
Uses of StatusCodeException in de.fraunhofer.iosb.ilt.frostclient.exception
Subclasses of StatusCodeException in de.fraunhofer.iosb.ilt.frostclient.exceptionModifier and TypeClassDescriptionclassThe exception that is thrown when the service returns a 401 Unauthorized.classThe exception that is thrown when the service returns a 404 not found. -
Uses of StatusCodeException in de.fraunhofer.iosb.ilt.frostclient.utils
Methods in de.fraunhofer.iosb.ilt.frostclient.utils that throw StatusCodeExceptionModifier and TypeMethodDescriptionstatic voidUtils.throwIfNotOk(org.apache.http.client.methods.HttpRequestBase request, org.apache.http.client.methods.CloseableHttpResponse response) Throws a StatusCodeException if the given response did not have status code 2xx