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

net.wouterdanes.docker.remoteapi.exception.ContainerNotFoundException Maven / Gradle / Ivy

package net.wouterdanes.docker.remoteapi.exception;


public class ContainerNotFoundException extends DockerException {
    public ContainerNotFoundException(final String id) {
        super(String.format("Container '%s' not found.", id));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy