Package dev.failsafe

Class RateLimitExceededException

All Implemented Interfaces:
Serializable

public class RateLimitExceededException extends FailsafeException
Thrown when an execution exceeds or would exceed a RateLimiter.
See Also:
  • Field Details

  • Constructor Details

    • RateLimitExceededException

      public RateLimitExceededException(RateLimiter<?> rateLimiter)
  • Method Details