All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pl.domzal.junit.docker.rule.ex.InvalidPortDefinition Maven / Gradle / Ivy

There is a newer version: 0.6.0
Show newest version
package pl.domzal.junit.docker.rule.ex;

public class InvalidPortDefinition extends IllegalStateException {

    public InvalidPortDefinition(String port) {
        super("Invalid port: "+port);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy