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

com.harrys.hyppo.client.v1.error.HyppoAuthException Maven / Gradle / Ivy

The newest version!
package com.harrys.hyppo.client.v1.error;

import com.harrys.hyppo.client.v1.HyppoClientConfig;

/**
 * Created by jpetty on 12/31/15.
 */
public class HyppoAuthException extends HyppoClientException {

    public HyppoAuthException(final HyppoClientConfig config){
        super("Hyppo Server @ " + config.getBaseURI().getHost() + " does not recognize API Key: " + config.getKeyName());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy