Package org.apache.kafka.common.errors
Class InvalidTopicException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.kafka.common.KafkaException
org.apache.kafka.common.errors.ApiException
org.apache.kafka.common.errors.InvalidTopicException
- All Implemented Interfaces:
- Serializable
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.
- 
Constructor SummaryConstructorsConstructorDescriptionInvalidTopicException(String message) InvalidTopicException(String message, Throwable cause) InvalidTopicException(String message, Set<String> invalidTopics) InvalidTopicException(Throwable cause) InvalidTopicException(Set<String> invalidTopics) 
- 
Method SummaryMethods inherited from class org.apache.kafka.common.errors.ApiExceptionfillInStackTraceMethods inherited from class java.lang.ThrowableaddSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
InvalidTopicExceptionpublic InvalidTopicException()
- 
InvalidTopicException
- 
InvalidTopicException
- 
InvalidTopicException
- 
InvalidTopicException
- 
InvalidTopicException
 
- 
- 
Method Details- 
invalidTopics
 
-