public class UnknownKafkaVersionException extends RuntimeException
KafkaVersionService.strimziTestContainerImageName(String) does not know the concrete
Kafka version.| Constructor and Description |
|---|
UnknownKafkaVersionException(String message)
UnknownKafkaVersionException used for handling situation, where
KafkaVersionService.strimziTestContainerImageName(String) can not find Kafka version |
UnknownKafkaVersionException(Throwable cause)
UnknownKafkaVersionException used for handling situation, where
KafkaVersionService.strimziTestContainerImageName(String) can not find Kafka version |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnknownKafkaVersionException(String message)
KafkaVersionService.strimziTestContainerImageName(String) can not find Kafka versionmessage - specific message to throwpublic UnknownKafkaVersionException(Throwable cause)
KafkaVersionService.strimziTestContainerImageName(String) can not find Kafka versioncause - specific cause to throwCopyright © 2022. All rights reserved.