Package com.auth0.jwk

Class RateLimitReachedException

All Implemented Interfaces:
Serializable

public class RateLimitReachedException extends JwkException
See Also:
  • Constructor Details

    • RateLimitReachedException

      public RateLimitReachedException(long availableInMs)
  • Method Details

    • getAvailableIn

      public long getAvailableIn()
      Returns the delay in which the jwk request can be retried.
      Returns:
      the time to wait in milliseconds before retrying the request.