Class TooManyRequests

All Implemented Interfaces:
Serializable, HttpMessage, HttpResponse

@Response @StatusCode(429) @Schema(description="Too Many Requests") public class TooManyRequests extends BasicHttpException
Exception representing an HTTP 429 (Too Many Requests).

The user has sent too many requests in a given amount of time.
Intended for use with rate-limiting schemes.

See Also: