Class PulsarClientException.ProducerBusyException

All Implemented Interfaces:
Serializable
Enclosing class:
PulsarClientException

public static class PulsarClientException.ProducerBusyException extends PulsarClientException
Producer busy exception thrown by Pulsar client.
See Also:
  • Constructor Details

    • ProducerBusyException

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