Class PulsarClientException.NotAllowedException

All Implemented Interfaces:
Serializable
Enclosing class:
PulsarClientException

public static class PulsarClientException.NotAllowedException extends PulsarClientException
Not allowed exception thrown by Pulsar client.
See Also:
  • Constructor Details

    • NotAllowedException

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