Module io.github.bucket4j.core
Package io.github.bucket4j
Class BucketExceptions.BucketExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.github.bucket4j.BucketExceptions.BucketExecutionException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TimeoutException
- Enclosing class:
- BucketExceptions
public static class BucketExceptions.BucketExecutionException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BucketExecutionException(String message)BucketExecutionException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-