org.codehaus.mojo.license.api.DependenciesToolException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of license-maven-plugin Show documentation
Show all versions of license-maven-plugin Show documentation
Maven plugin to download and collect license files from project dependencies.
package org.codehaus.mojo.license.api;
/**
* Created on 23/05/16.
*
* @author Tony Chemit - [email protected]
* @since 1.10
*/
public class DependenciesToolException
extends Exception
{
private static final long serialVersionUID = 1L;
public DependenciesToolException( Throwable cause )
{
super( cause );
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy