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

com.lazerycode.jmeter.exceptions.DependencyResolutionException Maven / Gradle / Ivy

There is a newer version: 1.2.6
Show newest version
package com.lazerycode.jmeter.exceptions;

import org.apache.maven.plugin.MojoExecutionException;

public class DependencyResolutionException extends MojoExecutionException {
	public DependencyResolutionException(String message, Throwable cause) {
		super(message, cause);
	}

	public DependencyResolutionException(String message) {
		super(message);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy