All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.tornaia.geoip.GeoIPException Maven / Gradle / Ivy

There is a newer version: 0.1.12
Show newest version
package com.github.tornaia.geoip;

public class GeoIPException extends RuntimeException {

    private static final long serialVersionUID = -2363078259040227858L;

    public GeoIPException(String message) {
        super(message);
    }

    public GeoIPException(String message, Exception cause) {
        super(message, cause);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy