public class RateLimitExceededException extends FailsafeException
RateLimiter
.Constructor and Description |
---|
RateLimitExceededException(RateLimiter<?> rateLimiter) |
Modifier and Type | Method and Description |
---|---|
RateLimiter<?> |
getRateLimiter()
Returns the
RateLimiter that caused the exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RateLimitExceededException(RateLimiter<?> rateLimiter)
public RateLimiter<?> getRateLimiter()
RateLimiter
that caused the exception.Copyright © 2022. All rights reserved.