com.imsweb.geocoder.exception.NotAuthorizedException Maven / Gradle / Ivy
/*
* 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