nl.vpro.nep.service.exception.NEPFileNotFoundException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of media-nep Show documentation
Show all versions of media-nep Show documentation
Support for the several APIs of NEP that POMS is integrating with
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