Class RateLimitException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.giffing.bucket4j.spring.boot.starter.context.RateLimitException
All Implemented Interfaces:
Serializable

public class RateLimitException extends RuntimeException
This exception is thrown when the rate limit is reached in the context of a method level when using the RateLimiting annotation.
See Also:
  • Constructor Details

    • RateLimitException

      public RateLimitException()