Class RateLimitExceededException

    • Constructor Detail

      • RateLimitExceededException

        public RateLimitExceededException()
      • RateLimitExceededException

        public RateLimitExceededException​(String msg,
                                          long limit,
                                          long remaining,
                                          long reset)
      • RateLimitExceededException

        public RateLimitExceededException​(Throwable cause)
      • RateLimitExceededException

        public RateLimitExceededException​(String message,
                                          Throwable cause)
    • Method Detail

      • getReset

        public long getReset()
      • getRemaining

        public long getRemaining()
      • getLimit

        public long getLimit()