Class QuotaViolationException

All Implemented Interfaces:
Serializable

public class QuotaViolationException extends KafkaException
Thrown when a sensor records a value that causes a metric to go outside the bounds configured as its quota
See Also:
  • Constructor Details Link icon

    • QuotaViolationException Link icon

      public QuotaViolationException(KafkaMetric metric, double value, double bound)
  • Method Details Link icon