Class InvalidTopicException

  • All Implemented Interfaces:
    Serializable

    public class InvalidTopicException
    extends ApiException
    The client has attempted to perform an operation on an invalid topic. For example the topic name is too long, contains invalid characters etc. This exception is not retriable because the operation won't suddenly become valid.
    See Also:
    UnknownTopicOrPartitionException, Serialized Form
    • Constructor Detail

      • InvalidTopicException

        public InvalidTopicException()
      • InvalidTopicException

        public InvalidTopicException​(String message,
                                     Throwable cause)
      • InvalidTopicException

        public InvalidTopicException​(String message)
      • InvalidTopicException

        public InvalidTopicException​(Throwable cause)
      • InvalidTopicException

        public InvalidTopicException​(Set<String> invalidTopics)
    • Method Detail

      • invalidTopics

        public Set<String> invalidTopics()