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

com.github.dinuta.estuary.testrunner.api.NotFoundException Maven / Gradle / Ivy

The newest version!
package com.github.dinuta.estuary.testrunner.api;

@javax.annotation.Generated(value = "io.swagger.codegen.languages.SpringCodegen", date = "2020-06-14T18:02:50.529Z")

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