public class QuotaViolationException extends KafkaException
Constructor and Description |
---|
QuotaViolationException(KafkaMetric metric,
double value,
double bound) |
Modifier and Type | Method and Description |
---|---|
double |
bound() |
java.lang.Throwable |
fillInStackTrace() |
KafkaMetric |
metric() |
java.lang.String |
toString() |
double |
value() |
public QuotaViolationException(KafkaMetric metric, double value, double bound)
public KafkaMetric metric()
public double value()
public double bound()
public java.lang.String toString()
toString
in class java.lang.Throwable
public java.lang.Throwable fillInStackTrace()
fillInStackTrace
in class java.lang.Throwable