![JAR search and dependency download from the Maven repository](/logo.png)
de.adorsys.datasafe.rest.impl.exceptions.FileNotFoundException Maven / Gradle / Ivy
package de.adorsys.datasafe.rest.impl.exceptions;
public class FileNotFoundException extends RuntimeException {
public FileNotFoundException(String message) {
super(message);
}
public FileNotFoundException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy