Package com.mailjet.client.errors
Class MailjetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mailjet.client.errors.MailjetException
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
MailjetClientCommunicationException,MailjetClientRequestException,MailjetRateLimitException,MailjetServerException
public class MailjetException
extends java.lang.Exception
Base exception class for the all exceptions thrown by MailJet client
- Author:
- guillaume
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description MailjetException(java.lang.String message)MailjetException(java.lang.String message, java.lang.Exception cause) -
Method Summary
Methods 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
-
MailjetException
public MailjetException(java.lang.String message) -
MailjetException
public MailjetException(java.lang.String message, java.lang.Exception cause)
-