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

nl.vpro.nep.service.exception.NEPFileNotFoundException Maven / Gradle / Ivy

There is a newer version: 8.3.1
Show newest version
package nl.vpro.nep.service.exception;

import java.io.Serial;

/**
 * @author Michiel Meeuwissen
 * @since 5.25
 */
public class NEPFileNotFoundException extends NEPException {
    @Serial
    private static final long serialVersionUID = 4236530524449302717L;

    public NEPFileNotFoundException(Exception originalException, String errorMessage) {
        super(originalException, errorMessage);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy