org.apache.maven.lifecycle.LifecycleException Maven / Gradle / Ivy
package org.apache.maven.lifecycle;
public abstract class LifecycleException
extends Exception
{
protected LifecycleException( String message, Throwable cause )
{
super( message, cause );
}
protected LifecycleException( String message )
{
super( message );
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy