Class MissingKeyFilterExpressionException
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.MissingKeyFilterExpressionException
- All Implemented Interfaces:
Serializable
public class MissingKeyFilterExpressionException extends Bucket4jGeneralException
This exception should be thrown the the filter-key-type is set to expression but no
expression property was set.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description MissingKeyFilterExpressionException() -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingKeyFilterExpressionException
public MissingKeyFilterExpressionException()
-