Class Bucket4jGeneralException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.giffing.bucket4j.spring.boot.starter.exception.Bucket4jGeneralException
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
FilterKeyTypeDeprectatedException,FilterURLInvalidException,JCacheNotFoundException,MissingKeyFilterExpressionException,MissingMetricTagExpressionException
public abstract class Bucket4jGeneralException
extends java.lang.RuntimeException
All exceptions should be extend from the this base exception.
The
Bucket4JAutoConfigFailureAnalyzer uses this class as a base class to analyze
the exception on startup.- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description Bucket4jGeneralException() -
Method Summary
-
Constructor Details
-
Bucket4jGeneralException
public Bucket4jGeneralException()
-