public class RateLimitReachedException extends JwkException
| Constructor and Description |
|---|
RateLimitReachedException(long availableInMs) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAvailableIn()
Returns the delay in which the jwk request can be retried.
|