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:
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(String key) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingMetricTagExpressionException
-