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:
Serializable
- Direct Known Subclasses:
FilterURLInvalidException,JCacheNotFoundException,MissingKeyFilterExpressionException,MissingMetricTagExpressionException
public abstract class Bucket4jGeneralException extends 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 Modifier Constructor Description protectedBucket4jGeneralException()protectedBucket4jGeneralException(String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Bucket4jGeneralException
protected Bucket4jGeneralException() -
Bucket4jGeneralException
-