Class TopicAuthorizationException

All Implemented Interfaces:
Serializable

public class TopicAuthorizationException extends AuthorizationException
See Also:
  • Constructor Details

    • TopicAuthorizationException

      public TopicAuthorizationException(String message, Set<String> unauthorizedTopics)
    • TopicAuthorizationException

      public TopicAuthorizationException(Set<String> unauthorizedTopics)
    • TopicAuthorizationException

      public TopicAuthorizationException(String message)
  • Method Details

    • unauthorizedTopics

      public Set<String> unauthorizedTopics()
      Get the set of topics which failed authorization. May be empty if the set is not known in the context the exception was raised in.
      Returns:
      possibly empty set of unauthorized topics