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

global.maplink.credentials.NoCredentialsProvidedException Maven / Gradle / Ivy

The newest version!
package global.maplink.credentials;

public class NoCredentialsProvidedException extends RuntimeException {

    public NoCredentialsProvidedException() {
        super("MapLink API key and secret must be provided");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy