Class TopicLevelMetadataErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.kroxylicious.proxy.filter.metadata.TopicNameMappingException
io.kroxylicious.proxy.filter.metadata.TopicLevelMetadataErrorException
- All Implemented Interfaces:
Serializable
Indicates that there was an
Error set on a MetadataResponseData.MetadataResponseTopic.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTopicLevelMetadataErrorException(org.apache.kafka.common.protocol.Errors error) -
Method Summary
Methods inherited from class io.kroxylicious.proxy.filter.metadata.TopicNameMappingException
getErrorMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TopicLevelMetadataErrorException
public TopicLevelMetadataErrorException(org.apache.kafka.common.protocol.Errors error)
-