
org.redmine.ta.NotFoundException Maven / Gradle / Ivy
package org.redmine.ta;
public class NotFoundException extends Exception {
private static final long serialVersionUID = 1L;
public NotFoundException(String msg) {
super(msg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy