Class RateLimitReachedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class RateLimitReachedException
    extends KeySourceException
    Rate limit reached exception.
    Version:
    2022-04-09
    Author:
    Thomas Rørvik Skjølberg
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RateLimitReachedException()
      Creates a new rate limit reached exception.
    • 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 Detail

      • RateLimitReachedException

        public RateLimitReachedException()
        Creates a new rate limit reached exception.