Class TopLevelMetadataErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.kroxylicious.proxy.filter.metadata.TopicNameMappingException
io.kroxylicious.proxy.filter.metadata.TopLevelMetadataErrorException
- All Implemented Interfaces:
Serializable
Indicates that there was an
Error set at the top level of MetadataResponseData.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTopLevelMetadataErrorException(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
-
TopLevelMetadataErrorException
public TopLevelMetadataErrorException(org.apache.kafka.common.protocol.Errors error)
-