Uses of Class
io.ipdata.client.error.IpdataException
-
Packages that use IpdataException Package Description io.ipdata.client.error io.ipdata.client.service -
-
Uses of IpdataException in io.ipdata.client.error
Subclasses of IpdataException in io.ipdata.client.error Modifier and Type Class Description classRateLimitExceptionclassRemoteIpdataExceptionAnIpdataExceptionspecialization that captures errors from the downstream. -
Uses of IpdataException in io.ipdata.client.service
Methods in io.ipdata.client.service that throw IpdataException Modifier and Type Method Description List<IpdataModel>IpdataService. bulk(List<String> ips)Retrieves IP data for multiple IP addresses in a single request.IpdataModelIpdataService. getFields(String ip, IpdataField<?>... fields)Retrieves only the specified fields for the given IP address.IpdataModelIpdataService. ipdata(String ip)Retrieves the full IP data model for the given IP address.
-