Package io.quarkiverse.bucket4j.runtime
Class RateLimitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.quarkiverse.bucket4j.runtime.RateLimitException
-
- All Implemented Interfaces:
Serializable
public class RateLimitException extends RuntimeException
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablefillInStackTrace()Does not fill in the stack trace for this exception for performance reasons.longgetWaitTimeInMilliSeconds()-
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getWaitTimeInMilliSeconds
public long getWaitTimeInMilliSeconds()
-
fillInStackTrace
public Throwable fillInStackTrace()
Does not fill in the stack trace for this exception for performance reasons.- Overrides:
fillInStackTracein classThrowable- Returns:
- this instance
- See Also:
Throwable.fillInStackTrace()
-
-