Package org.apache.maven.plugin
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 Summary
ConstructorDescriptionPluginIncompatibleException
(Plugin plugin, String message) PluginIncompatibleException
(Plugin plugin, String message, Throwable cause) -
Method Summary
Methods inherited from class org.apache.maven.plugin.PluginManagerException
getGoal, getPluginArtifactId, getPluginGroupId, getPluginVersion, getProject
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PluginIncompatibleException
-
PluginIncompatibleException
-