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