website.automate.jenkins.support.ExecutionInterruptionException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jenkins-automate-website-plugin Show documentation
Show all versions of jenkins-automate-website-plugin Show documentation
Integrates Jenkins CI with Automate Website Test Execution Environment.
The newest version!
package website.automate.jenkins.support;
public class ExecutionInterruptionException extends RuntimeException {
private static final long serialVersionUID = -6963320300323826533L;
public ExecutionInterruptionException(String msg, Throwable e){
super(msg, e);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy