Class TooManyRequestsException

  • All Implemented Interfaces:
    java.io.Serializable

    class TooManyRequestsException
    extends java.lang.RuntimeException
    Thrown if too many requests per time unit have been sent from one ip address or if the aggregated size of all requests per ip per time unit exceeds the limit.
    • 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

      • TooManyRequestsException

        TooManyRequestsException​(java.lang.String s)