public class RequestNotPermitted
extends java.lang.RuntimeException
RateLimiter.| Modifier and Type | Method and Description |
|---|---|
static RequestNotPermitted |
createRequestNotPermitted(RateLimiter rateLimiter)
Static method to construct a
RequestNotPermitted with a RateLimiter. |
public static RequestNotPermitted createRequestNotPermitted(RateLimiter rateLimiter)
RequestNotPermitted with a RateLimiter.rateLimiter - the RateLimiter.