Documentation for this section has not yet been entered.
Type | Description |
---|---|
GeoIP2AddressNotFoundException | This exception is thrown when the IP address is not found in the database. This generally means that the address was a private or reserved address. |
GeoIP2AuthenticationException | This exception is thrown when there is an authentication error. |
GeoIP2Exception | This class represents a generic GeoIP2 error. All other exceptions thrown by the GeoIP2 API subclass this exception |
GeoIP2HttpException | This class represents an HTTP transport error. This is not an error returned by the web service itself. As such, it is a IOException instead of a GeoIP2Exception. |
GeoIP2InvalidRequestException | This class represents a non-specific error returned by MaxMind's GeoIP2 web service. This occurs when the web service is up and responding to requests, but the request sent was invalid in some way. |
GeoIP2OutOfQueriesException | This exception is thrown when your account does not have any queries remaining for the called service. |