Class RateLimitExceededException

All Implemented Interfaces:
Serializable

public class RateLimitExceededException extends ExchangeException
An exception indicating there the rate limit for making requests has been exceeded
See Also:
  • Constructor Details

    • RateLimitExceededException

      public RateLimitExceededException(String message)
    • RateLimitExceededException

      public RateLimitExceededException(Throwable e)
    • RateLimitExceededException

      public RateLimitExceededException(String message, Throwable cause)
    • RateLimitExceededException

      public RateLimitExceededException()