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

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait