Class MailjetRateLimitException

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

public class MailjetRateLimitException
extends MailjetException
MailjetRateLimitException handles http status code 429 (Too Many Requests) Oops! You have reached the maximum number of calls allowed per minute by our API. Please review your integration to reduce the number of calls issued by your system
Author:
y.vanov
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    MailjetRateLimitException​(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, toString

    Methods inherited from class java.lang.Object

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

    • MailjetRateLimitException

      public MailjetRateLimitException​(java.lang.String error)