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

dev.vality.testcontainers.annotations.exception.NoSuchFileException Maven / Gradle / Ivy

package dev.vality.testcontainers.annotations.exception;

public class NoSuchFileException extends RuntimeException {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy