Uses of Class
com.maxmind.geoip2.exception.GeoIp2Exception
Packages that use GeoIp2Exception
-
Uses of GeoIp2Exception in com.maxmind.geoip2
Methods in com.maxmind.geoip2 that throw GeoIp2ExceptionModifier and TypeMethodDescriptionDatabaseProvider.anonymousIp(InetAddress ipAddress) Look up an IP address in a GeoIP Anonymous IP.DatabaseReader.anonymousIp(InetAddress ipAddress) Look up an IP address in a GeoIP Anonymous IP.DatabaseProvider.anonymousPlus(InetAddress ipAddress) Look up an IP address in a GeoIP Anonymous Plus.DatabaseReader.anonymousPlus(InetAddress ipAddress) Look up an IP address in a GeoIP Anonymous Plus.DatabaseProvider.asn(InetAddress ipAddress) Look up an IP address in a GeoLite ASN database.DatabaseReader.asn(InetAddress ipAddress) Look up an IP address in a GeoLite ASN database.DatabaseReader.city(InetAddress ipAddress) GeoIp2Provider.city(InetAddress ipAddress) WebServiceClient.city()WebServiceClient.city(InetAddress ipAddress) WebServiceProvider.city()DatabaseProvider.connectionType(InetAddress ipAddress) Look up an IP address in a GeoIP Connection Type database.DatabaseReader.connectionType(InetAddress ipAddress) Look up an IP address in a GeoIP Connection Type database.DatabaseReader.country(InetAddress ipAddress) GeoIp2Provider.country(InetAddress ipAddress) WebServiceClient.country()WebServiceClient.country(InetAddress ipAddress) WebServiceProvider.country()DatabaseProvider.domain(InetAddress ipAddress) Look up an IP address in a GeoIP Domain database.DatabaseReader.domain(InetAddress ipAddress) Look up an IP address in a GeoIP Domain database.DatabaseProvider.enterprise(InetAddress ipAddress) Look up an IP address in a GeoIP Enterprise database.DatabaseReader.enterprise(InetAddress ipAddress) Look up an IP address in a GeoIP Enterprise database.WebServiceClient.insights()WebServiceClient.insights(InetAddress ipAddress) WebServiceProvider.insights()WebServiceProvider.insights(InetAddress ipAddress) DatabaseProvider.ipRisk(InetAddress ipAddress) Look up an IP address in a GeoIP IP Risk database.DatabaseReader.ipRisk(InetAddress ipAddress) Look up an IP address in a GeoIP IP Risk database.DatabaseProvider.isp(InetAddress ipAddress) Look up an IP address in a GeoIP ISP database.DatabaseReader.isp(InetAddress ipAddress) Look up an IP address in a GeoIP ISP database.DatabaseProvider.tryAnonymousIp(InetAddress ipAddress) Look up an IP address in a GeoIP Anonymous IP.DatabaseReader.tryAnonymousIp(InetAddress ipAddress) DatabaseProvider.tryAnonymousPlus(InetAddress ipAddress) Look up an IP address in a GeoIP Anonymous Plus.DatabaseReader.tryAnonymousPlus(InetAddress ipAddress) DatabaseProvider.tryAsn(InetAddress ipAddress) Look up an IP address in a GeoLite ASN database.DatabaseReader.tryAsn(InetAddress ipAddress) DatabaseProvider.tryCity(InetAddress ipAddress) DatabaseReader.tryCity(InetAddress ipAddress) DatabaseProvider.tryConnectionType(InetAddress ipAddress) Look up an IP address in a GeoIP Connection Type database.DatabaseReader.tryConnectionType(InetAddress ipAddress) DatabaseProvider.tryCountry(InetAddress ipAddress) DatabaseReader.tryCountry(InetAddress ipAddress) DatabaseProvider.tryDomain(InetAddress ipAddress) Look up an IP address in a GeoIP Domain database.DatabaseReader.tryDomain(InetAddress ipAddress) DatabaseProvider.tryEnterprise(InetAddress ipAddress) Look up an IP address in a GeoIP Enterprise database.DatabaseReader.tryEnterprise(InetAddress ipAddress) DatabaseProvider.tryIpRisk(InetAddress ipAddress) Look up an IP address in a GeoIP IP Risk database.DatabaseReader.tryIpRisk(InetAddress ipAddress) DatabaseProvider.tryIsp(InetAddress ipAddress) Look up an IP address in a GeoIP ISP database.DatabaseReader.tryIsp(InetAddress ipAddress) -
Uses of GeoIp2Exception in com.maxmind.geoip2.exception
Subclasses of GeoIp2Exception in com.maxmind.geoip2.exceptionModifier and TypeClassDescriptionfinal classThis exception is thrown when the IP address is not found in the database.final classThis exception is thrown when there is an authentication error.final classThis class represents a non-specific error returned by MaxMind's GeoIP web service.final classThis exception is thrown when your account does not have any queries remaining for the called service.final classThis exception is thrown when permission is required to use the service.