Class PulsarClientException.AuthorizationException

All Implemented Interfaces:
Serializable
Enclosing class:
PulsarClientException

public static class PulsarClientException.AuthorizationException extends PulsarClientException
Authorization exception thrown by Pulsar client.
See Also:
  • Constructor Details

    • AuthorizationException

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