org.codehaus.plexus.lifecycle.UndefinedLifecycleHandlerException Maven / Gradle / Ivy
package org.codehaus.plexus.lifecycle;
public class UndefinedLifecycleHandlerException
extends Exception
{
public UndefinedLifecycleHandlerException( String message )
{
super( message );
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy