Package com.mailjet.client.errors
Class MailjetServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mailjet.client.errors.MailjetException
com.mailjet.client.errors.MailjetServerException
- All Implemented Interfaces:
java.io.Serializable
public class MailjetServerException extends MailjetException
MailjetServerException indicates that something went wrong on our side
When such error occurs, it will contain an error identifier in its description
(e.g. "ErrorIdentifier" : "D4DF574C-0C5F-45C7-BA52-7AA8E533C3DE"), which is crucial for us to track the problem and identify the root cause.
Please contact our support team, providing the error identifier and we will do our best to help.
- Author:
- y.vanov
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description MailjetServerException(java.lang.String error) -
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
-
MailjetServerException
public MailjetServerException(java.lang.String error)
-