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

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

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

/**
 * Docker volume mount from path is invalid in given context.
 */
public class InvalidVolumeFrom extends IllegalStateException {

    public InvalidVolumeFrom(String message) {
        super(message);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy