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

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

There is a newer version: 1.0.0
Show newest version
package website.automate.waml.report.io;

public class WamlReportSerializationException extends RuntimeException {

    private static final long serialVersionUID = 3262269456525705952L;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy