Module io.github.bucket4j.core
Class BucketNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
io.github.bucket4j.distributed.proxy.BucketNotFoundException
- All Implemented Interfaces:
Serializable
Exception which thrown each time when
DefaultBucketProxy found that bucket state has been lost,
and DefaultBucketProxy is unable to repair bucket state or recovery strategy is RecoveryStrategy.THROW_BUCKET_NOT_FOUND_EXCEPTION.- See Also:
-
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
-
BucketNotFoundException
public BucketNotFoundException()
-