Class ThrottlingQuotaExceededException

All Implemented Interfaces:
Serializable

public class ThrottlingQuotaExceededException
extends RetriableException
Exception thrown if an operation on a resource exceeds the throttling quota.
See Also:
Serialized Form
  • Constructor Details

    • ThrottlingQuotaExceededException

      public ThrottlingQuotaExceededException​(String message)
    • ThrottlingQuotaExceededException

      public ThrottlingQuotaExceededException​(int throttleTimeMs, String message)
  • Method Details

    • throttleTimeMs

      public int throttleTimeMs()