Package io.strimzi.test.container
Class UnknownKafkaVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.strimzi.test.container.UnknownKafkaVersionException
- All Implemented Interfaces:
Serializable
Provides a handler, when
KafkaVersionService.strimziTestContainerImageName(String) does not know the concrete
Kafka version.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownKafkaVersionException(String message) UnknownKafkaVersionException used for handling situation, whereKafkaVersionService.strimziTestContainerImageName(String)can not find Kafka versionUnknownKafkaVersionException used for handling situation, whereKafkaVersionService.strimziTestContainerImageName(String)can not find Kafka version -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownKafkaVersionException
UnknownKafkaVersionException used for handling situation, whereKafkaVersionService.strimziTestContainerImageName(String)can not find Kafka version- Parameters:
message- specific message to throw
-
UnknownKafkaVersionException
UnknownKafkaVersionException used for handling situation, whereKafkaVersionService.strimziTestContainerImageName(String)can not find Kafka version- Parameters:
cause- specific cause to throw
-