Class PulsarClientException.NotSupportedException

All Implemented Interfaces:
Serializable
Enclosing class:
PulsarClientException

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

    • NotSupportedException

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