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

se.somath.publisher.excpetion.DirectoryNotFoundException Maven / Gradle / Ivy

package se.somath.publisher.excpetion;

public class DirectoryNotFoundException extends RuntimeException {
    public DirectoryNotFoundException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy