Package io.smallrye.faulttolerance.api
Class RateLimitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.microprofile.faulttolerance.exceptions.FaultToleranceException
-
- io.smallrye.faulttolerance.api.RateLimitException
-
- All Implemented Interfaces:
Serializable
public class RateLimitException extends org.eclipse.microprofile.faulttolerance.exceptions.FaultToleranceExceptionThe exception thrown when an invocation exceeds the configured rate limit.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RateLimitException()RateLimitException(String message)RateLimitException(String message, Throwable t)RateLimitException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-