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:
Serialized Form
  • Constructor Details

    • QuotaViolationException

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