Class BucketTokenException.UnknownRefillStrategy
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.bucket4j.exception.BucketTokenException
dev.voidframework.bucket4j.exception.BucketTokenException.UnknownRefillStrategy
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BucketTokenException
Exception indicates that specified refill strategy is unknown.
- Since:
- 1.9.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.voidframework.bucket4j.exception.BucketTokenException
BucketTokenException.BucketDoesNotExist, BucketTokenException.NoEnoughTokensAvailable, BucketTokenException.UnknownRefillStrategy -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownRefillStrategy
Build a new instance.- Since:
- 1.9.0
-