Class GeoIp2Exception

    • Constructor Detail

      • GeoIp2Exception

        public GeoIp2Exception​(String message)
        Parameters:
        message - A message describing the reason why the exception was thrown.
      • GeoIp2Exception

        public GeoIp2Exception​(String message,
                               Throwable cause)
        Parameters:
        message - A message describing the reason why the exception was thrown.
        cause - The cause of the exception.