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

JavaSpring.notFoundException.mustache Maven / Gradle / Ivy

There is a newer version: 0.9.25
Show newest version
package {{apiPackage}};

{{>generatedAnnotation}}
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