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

JavaJaxRS.NotFoundException.mustache Maven / Gradle / Ivy

The newest version!
package {{apiPackage}};

public class NotFoundException extends ApiException {
	private int code;
	public NotFoundException (int code, String msg) {
		super(code, msg);
		this.code = code;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy