pl.domzal.junit.docker.rule.ex.InvalidVolumeFrom Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of junit-docker-rule Show documentation
Show all versions of junit-docker-rule Show documentation
JUnit Rule starting docker container in junit test case.
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