Class RequestNotPermitted

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.resilience4j.ratelimiter.RequestNotPermitted
All Implemented Interfaces:
Serializable

public class RequestNotPermitted extends RuntimeException
Exception that indicates that current thread was not able to acquire permission from RateLimiter.
See Also: