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:
Serializable
Rate limit reached exception.
- Version:
- 2022-04-09
- Author:
- Thomas Rørvik Skjølberg
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RateLimitReachedException
public RateLimitReachedException()Creates a new rate limit reached exception.
-