Package com.nimbusds.jose.jwk.source
Class RateLimitReachedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.nimbusds.jose.JOSEException
-
- com.nimbusds.jose.KeySourceException
-
- com.nimbusds.jose.jwk.source.RateLimitReachedException
-
- All Implemented Interfaces:
java.io.Serializable
public class RateLimitReachedException extends KeySourceException
Rate limit reached exception.- Version:
- 2022-04-09
- Author:
- Thomas Rørvik Skjølberg
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RateLimitReachedException()Creates a new rate limit reached exception.
-