![JAR search and dependency download from the Maven repository](/logo.png)
io.brachu.johann.exception.DockerComposeException Maven / Gradle / Ivy
package io.brachu.johann.exception;
public class DockerComposeException extends JohannException {
private static final long serialVersionUID = -1263786357334258108L;
public DockerComposeException(String message) {
super(message);
}
public DockerComposeException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy