Class PulsarClientException.TooManyRequestsException

All Implemented Interfaces:
Serializable
Enclosing class:
PulsarClientException

public static class PulsarClientException.TooManyRequestsException extends PulsarClientException.LookupException
Too many requests exception thrown by Pulsar client.
See Also:
  • Constructor Details

    • TooManyRequestsException

      public TooManyRequestsException(String msg)
      Constructs an TooManyRequestsException with the specified detail message.
      Parameters:
      msg - The detail message (which is saved for later retrieval by the Throwable.getMessage() method)