Package com.mailjet.client.errors
Class MailjetUnauthorizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mailjet.client.errors.MailjetException
com.mailjet.client.errors.MailjetClientRequestException
com.mailjet.client.errors.MailjetUnauthorizedException
- All Implemented Interfaces:
java.io.Serializable
public class MailjetUnauthorizedException extends MailjetClientRequestException
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.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description MailjetUnauthorizedException(java.lang.String message) -
Method Summary
Methods inherited from class com.mailjet.client.errors.MailjetClientRequestException
getStatusCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
MailjetUnauthorizedException
public MailjetUnauthorizedException(java.lang.String message)
-