org.apache.kafka.common.metrics
Class QuotaViolationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.kafka.common.KafkaException
                  extended by org.apache.kafka.common.metrics.QuotaViolationException
All Implemented Interfaces:
java.io.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 Summary
QuotaViolationException(java.lang.String m)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QuotaViolationException

public QuotaViolationException(java.lang.String m)