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

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

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

/**
 * Port is not exposed and cannot be used in wait for conditions.
 */
public class PortNotExposedException extends IllegalStateException {

    public PortNotExposedException(String port) {
        super(port);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy