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 AsnModelCachingInternalClient. asn(String ip)List<IpdataModel>CachingInternalClient. bulk(List<String> ips)List<IpdataModel>IpdataService. bulk(List<String> ips)IpdataModel[]IpdataService. bulkAsArray(List<String> ips)CurrencyCachingInternalClient. currency(String ip)IpdataModelCachingInternalClient. getFields(String ip, String fields)IpdataModelIpdataService. getFields(String ip, IpdataField<?>... fields)IpdataModelCachingInternalClient. ipdata(String ip)IpdataModelIpdataService. ipdata(String ip)ThreatModelCachingInternalClient. threat(String ip)TimeZoneCachingInternalClient. timeZone(String ip)
-