
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