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