com.imsweb.geocoder.exception.NotAuthorizedException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of naaccr-geocoder-client Show documentation
Show all versions of naaccr-geocoder-client Show documentation
API mapping for NAACCR Geocoder in Java
/*
* Copyright (C) 2015 Information Management Services, Inc.
*/
package com.imsweb.geocoder.exception;
public class NotAuthorizedException extends ApiException {
public NotAuthorizedException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy