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

website.automate.jenkins.support.ExecutionInterruptionException Maven / Gradle / Ivy

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