Uses of Class
de.fraunhofer.iosb.ilt.sta.StatusCodeException
-
Packages that use StatusCodeException Package Description de.fraunhofer.iosb.ilt.sta de.fraunhofer.iosb.ilt.sta.model.ext -
-
Uses of StatusCodeException in de.fraunhofer.iosb.ilt.sta
Subclasses of StatusCodeException in de.fraunhofer.iosb.ilt.sta Modifier and Type Class Description classNotAuthorizedExceptionThe exception that is thrown when the service returns a 401 Unauthorized.classNotFoundExceptionThe exception that is thrown when the service returns a 404 not found.Methods in de.fraunhofer.iosb.ilt.sta that throw StatusCodeException Modifier and Type Method Description static 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 -
Uses of StatusCodeException in de.fraunhofer.iosb.ilt.sta.model.ext
Methods in de.fraunhofer.iosb.ilt.sta.model.ext that throw StatusCodeException Modifier and Type Method Description voidEntityList. fetchNext()
-