Class MissingMetricTagExpressionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.giffing.bucket4j.spring.boot.starter.exception.Bucket4jGeneralException
com.giffing.bucket4j.spring.boot.starter.exception.MissingMetricTagExpressionException
- All Implemented Interfaces:
java.io.Serializable
public class MissingMetricTagExpressionException extends Bucket4jGeneralException
This exception should be thrown the the expression of an metric-tag is missing
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description MissingMetricTagExpressionException(java.lang.String key) -
Method Summary
-
Constructor Details
-
MissingMetricTagExpressionException
public MissingMetricTagExpressionException(java.lang.String key)
-