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 GeoIP2 Anonymous IP.DatabaseReader.anonymousIp
(InetAddress ipAddress) Look up an IP address in a GeoIP2 Anonymous IP.DatabaseProvider.asn
(InetAddress ipAddress) Look up an IP address in a GeoLite2 ASN database.DatabaseReader.asn
(InetAddress ipAddress) Look up an IP address in a GeoLite2 ASN database.DatabaseReader.city
(InetAddress ipAddress) GeoIp2Provider.city
(InetAddress ipAddress) WebServiceClient.city()
WebServiceClient.city
(InetAddress ipAddress) DatabaseProvider.connectionType
(InetAddress ipAddress) Look up an IP address in a GeoIP2 Connection Type database.DatabaseReader.connectionType
(InetAddress ipAddress) Look up an IP address in a GeoIP2 Connection Type database.DatabaseReader.country
(InetAddress ipAddress) GeoIp2Provider.country
(InetAddress ipAddress) WebServiceClient.country()
WebServiceClient.country
(InetAddress ipAddress) DatabaseProvider.domain
(InetAddress ipAddress) Look up an IP address in a GeoIP2 Domain database.DatabaseReader.domain
(InetAddress ipAddress) Look up an IP address in a GeoIP2 Domain database.DatabaseProvider.enterprise
(InetAddress ipAddress) Look up an IP address in a GeoIP2 Enterprise database.DatabaseReader.enterprise
(InetAddress ipAddress) Look up an IP address in a GeoIP2 Enterprise database.WebServiceClient.insights()
WebServiceClient.insights
(InetAddress ipAddress) DatabaseProvider.isp
(InetAddress ipAddress) Look up an IP address in a GeoIP2 ISP database.DatabaseReader.isp
(InetAddress ipAddress) Look up an IP address in a GeoIP2 ISP database.DatabaseProvider.tryAnonymousIp
(InetAddress ipAddress) Look up an IP address in a GeoIP2 Anonymous IP.DatabaseReader.tryAnonymousIp
(InetAddress ipAddress) DatabaseProvider.tryAsn
(InetAddress ipAddress) Look up an IP address in a GeoLite2 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 GeoIP2 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 GeoIP2 Domain database.DatabaseReader.tryDomain
(InetAddress ipAddress) DatabaseProvider.tryEnterprise
(InetAddress ipAddress) Look up an IP address in a GeoIP2 Enterprise database.DatabaseReader.tryEnterprise
(InetAddress ipAddress) DatabaseProvider.tryIsp
(InetAddress ipAddress) Look up an IP address in a GeoIP2 ISP database.DatabaseReader.tryIsp
(InetAddress ipAddress) -
Uses of GeoIp2Exception in com.maxmind.geoip2.exception
Subclasses of GeoIp2Exception in com.maxmind.geoip2.exceptionModifier and TypeClassDescriptionfinal class
This exception is thrown when the IP address is not found in the database.final class
This exception is thrown when there is an authentication error.final class
This class represents a non-specific error returned by MaxMind's GeoIP2 web service.final class
This exception is thrown when your account does not have any queries remaining for the called service.final class
This exception is thrown when permission is required to use the service.