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

website.automate.waml.report.io.WamlReportDeserializationException Maven / Gradle / Ivy

package website.automate.waml.report.io;

public class WamlReportDeserializationException extends RuntimeException {

    private static final long serialVersionUID = 3262269456525705952L;

    public WamlReportDeserializationException(String msg, Throwable e){
        super(msg, e);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy