Class TopicControl.IncompatibleExistingTopicException

All Implemented Interfaces:
Serializable
Enclosing interface:
TopicControl

public static final class TopicControl.IncompatibleExistingTopicException extends TopicControl.IncompatibleTopicException
Exception thrown to report that a topic exists at the same path that is managed by a component that has exclusive control over the topic.

For example, a topic may already exist at the same path that is under the control of fan-out distribution.

Since:
6.0
See Also:
  • Constructor Details

    • IncompatibleExistingTopicException

      public IncompatibleExistingTopicException(String message)
      Parameters:
      message - the exception message