public class PluginVersionNotFoundException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
artifactId |
private java.lang.String |
groupId |
| Constructor and Description |
|---|
PluginVersionNotFoundException(java.lang.String groupId,
java.lang.String artifactId) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getArtifactId() |
java.lang.String |
getGroupId() |