JavaSpringMVC.notFoundException.mustache Maven / Gradle / Ivy
package {{apiPackage}};
{{>generatedAnnotation}}
public class NotFoundException extends ApiException {
	private int code;
	public NotFoundException (int code, String msg) {
		super(code, msg);
		this.code = code;
	}
}
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy