Class InvalidTopicException

  • All Implemented Interfaces:
    java.io.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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.String> invalidTopics()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidTopicException

        public InvalidTopicException()
      • InvalidTopicException

        public InvalidTopicException​(java.lang.String message,
                                     java.lang.Throwable cause)
      • InvalidTopicException

        public InvalidTopicException​(java.lang.String message)
      • InvalidTopicException

        public InvalidTopicException​(java.lang.Throwable cause)
      • InvalidTopicException

        public InvalidTopicException​(java.util.Set<java.lang.String> invalidTopics)
    • Method Detail

      • invalidTopics

        public java.util.Set<java.lang.String> invalidTopics()