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

org.codehaus.mojo.license.api.DependenciesToolException Maven / Gradle / Ivy

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 - 2024 Weber Informatics LLC | Privacy Policy