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

com.imsweb.geocoder.exception.ApiException Maven / Gradle / Ivy

/*
 * Copyright (C) 2015 Information Management Services, Inc.
 */
package com.imsweb.geocoder.exception;

public class ApiException extends RuntimeException {

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy