Package org.apache.maven.plugin.prefix
Class NoPluginFoundForPrefixException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.plugin.prefix.NoPluginFoundForPrefixException
- All Implemented Interfaces:
Serializable
NoPluginFoundForPrefixException
- See Also:
-
Constructor Summary
ConstructorDescriptionNoPluginFoundForPrefixException
(String prefix, List<String> pluginGroups, org.eclipse.aether.repository.LocalRepository localRepository, List<org.eclipse.aether.repository.RemoteRepository> remoteRepositories) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoPluginFoundForPrefixException
-