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 Details

    • Bucket4jGeneralException

      protected Bucket4jGeneralException()
    • Bucket4jGeneralException

      protected Bucket4jGeneralException​(String message)