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

com.mailjet.client.errors.MailjetUnauthorizedException Maven / Gradle / Ivy

There is a newer version: 5.2.5
Show newest version
package com.mailjet.client.errors;

/**
 * You have specified an incorrect API Key / API Secret Key pair or Bearer token in case of invoking SMS API
 * You may be unauthorized to access the API or your API key may be inactive.
 * Please, visit API keys Management section to check your keys.
 */
public class MailjetUnauthorizedException extends MailjetClientRequestException {
    public MailjetUnauthorizedException(String message) {
        super(message, 401);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy