Class 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 Details

    • InvalidTopicPathException

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