Class TopicControl.IncompatibleExistingTopicException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pushtechnology.diffusion.client.session.SessionException
com.pushtechnology.diffusion.client.features.control.topics.TopicControl.AddTopicException
com.pushtechnology.diffusion.client.features.control.topics.TopicControl.IncompatibleTopicException
com.pushtechnology.diffusion.client.features.control.topics.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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IncompatibleExistingTopicException
- Parameters:
message
- the exception message
-