Class UnknownKafkaVersionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.strimzi.test.container.UnknownKafkaVersionException
All Implemented Interfaces:
Serializable

public class UnknownKafkaVersionException extends RuntimeException
Provides a handler, when KafkaVersionService.strimziTestContainerImageName(String) does not know the concrete Kafka version.
See Also:
  • Constructor Details

    • UnknownKafkaVersionException

      public UnknownKafkaVersionException(String message)
      UnknownKafkaVersionException used for handling situation, where KafkaVersionService.strimziTestContainerImageName(String) can not find Kafka version
      Parameters:
      message - specific message to throw
    • UnknownKafkaVersionException

      public UnknownKafkaVersionException(Throwable cause)
      UnknownKafkaVersionException used for handling situation, where KafkaVersionService.strimziTestContainerImageName(String) can not find Kafka version
      Parameters:
      cause - specific cause to throw