Class PluginIncompatibleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.plugin.PluginManagerException
org.apache.maven.plugin.PluginIncompatibleException
- All Implemented Interfaces:
- Serializable
Signals a plugin which is not compatible with the current Maven runtime.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionPluginIncompatibleException(Plugin plugin, String message) PluginIncompatibleException(Plugin plugin, String message, Throwable cause) 
- 
Method SummaryMethods inherited from class org.apache.maven.plugin.PluginManagerExceptiongetGoal, getPluginArtifactId, getPluginGroupId, getPluginVersion, getProjectMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
PluginIncompatibleException
- 
PluginIncompatibleException
 
-