public class PluginNotFoundException extends AbstractArtifactResolutionException
| Constructor and Description |
|---|
PluginNotFoundException(Plugin plugin,
ArtifactNotFoundException e) |
PluginNotFoundException(Plugin plugin,
java.util.List<ArtifactRepository> remoteRepositories) |
| Modifier and Type | Method and Description |
|---|---|
Plugin |
getPlugin() |
constructArtifactPath, constructMissingArtifactMessage, getArtifact, getArtifactId, getArtifactPath, getClassifier, getGroupId, getOriginalMessage, getPath, getRemoteRepositories, getType, getVersionprivate Plugin plugin
public PluginNotFoundException(Plugin plugin, ArtifactNotFoundException e)
public PluginNotFoundException(Plugin plugin, java.util.List<ArtifactRepository> remoteRepositories)
public Plugin getPlugin()