Class RateLimitException

All Implemented Interfaces:
Serializable

public class RateLimitException extends RetriableException
See Also:
  • Constructor Details

    • RateLimitException

      public RateLimitException(String message)
    • RateLimitException

      public RateLimitException(Throwable cause)
    • RateLimitException

      public RateLimitException(String message, Throwable cause)