Class RateLimitedException

All Implemented Interfaces:
Serializable

public class RateLimitedException extends RuntimeException
Represents a exception, thrown whenever we hit the rate limit of discord's api.
See Also:
  • Constructor Details

    • RateLimitedException

      public RateLimitedException(String message)