Class MailjetClientCommunicationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mailjet.client.errors.MailjetException
com.mailjet.client.errors.MailjetClientCommunicationException
All Implemented Interfaces:
java.io.Serializable

public class MailjetClientCommunicationException
extends MailjetException
Indicates that the error happened during communication with the server And the error nature is bound to the underlying HTTP provider / java.net stack Please, verify your network configuration
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    MailjetClientCommunicationException​(java.lang.String message)  
    MailjetClientCommunicationException​(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, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • MailjetClientCommunicationException

      public MailjetClientCommunicationException​(java.lang.String message)
    • MailjetClientCommunicationException

      public MailjetClientCommunicationException​(java.lang.String message, java.lang.Exception cause)