Class TopicControl.InvalidTopicPathException
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.InvalidTopicPathException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- TopicControl
public static final class TopicControl.InvalidTopicPathException
extends TopicControl.AddTopicException
Exception thrown to report a topic could not be added because the topic
path supplied is invalid.
Invalid topic paths include the empty string, and strings adjacent path
separators such as //
.
- 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
-
InvalidTopicPathException
- Parameters:
message
- the exception message
-