Class RateLimitException

  • All Implemented Interfaces:
    Serializable

    public class RateLimitException
    extends org.eclipse.microprofile.faulttolerance.exceptions.FaultToleranceException
    The exception thrown when an invocation exceeds the configured rate limit.
    See Also:
    Serialized Form
    • Constructor Detail

      • RateLimitException

        public RateLimitException()
      • RateLimitException

        public RateLimitException​(Throwable t)
      • RateLimitException

        public RateLimitException​(String message)
      • RateLimitException

        public RateLimitException​(String message,
                                  Throwable t)