
dev.vality.testcontainers.annotations.exception.KafkaStartingException Maven / Gradle / Ivy
package dev.vality.testcontainers.annotations.exception;
public class KafkaStartingException extends RuntimeException {
public KafkaStartingException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy