Class PulsarClientException.ProducerBlockedQuotaExceededException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    PulsarClientException

    public static class PulsarClientException.ProducerBlockedQuotaExceededException
    extends PulsarClientException
    Producer blocked quota exceeded exception thrown by Pulsar client.
    See Also:
    Serialized Form
    • Constructor Detail

      • ProducerBlockedQuotaExceededException

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