Class WebfluxRateLimitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.web.server.ResponseStatusException
com.giffing.bucket4j.spring.boot.starter.webflux.WebfluxRateLimitException
- All Implemented Interfaces:
java.io.Serializable
public class WebfluxRateLimitException
extends org.springframework.web.server.ResponseStatusException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description WebfluxRateLimitException(java.lang.String reason) -
Method Summary
Methods inherited from class org.springframework.web.server.ResponseStatusException
getHeaders, getMessage, getReason, getStatusMethods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCause
-
Constructor Details
-
WebfluxRateLimitException
public WebfluxRateLimitException(java.lang.String reason)
-