Class RateLimitExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hivemq.extension.sdk.api.services.exception.RateLimitExceededException
- All Implemented Interfaces:
Serializable
public class RateLimitExceededException extends RuntimeException
This exception is used to signal that the configured extension service rate limit has been exceeded.
- Since:
- 4.0.0, CE 2019.1
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description RateLimitExceededException() -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RateLimitExceededException
public RateLimitExceededException()
-