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
public class BucketNotFoundException extends IllegalStateException
Exception which thrown each time whenDefaultBucketProxyfound that bucket state has been lost, andDefaultBucketProxyis unable to repair bucket state or recovery strategy isRecoveryStrategy.THROW_BUCKET_NOT_FOUND_EXCEPTION.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BucketNotFoundException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-