Package org.apache.maven.plugin.version
Class PluginVersionNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.plugin.version.PluginVersionNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class PluginVersionNotFoundException extends java.lang.Exception
PluginVersionNotFoundException- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
artifactId
private java.lang.String
groupId
-
Constructor Summary
Constructors Constructor Description PluginVersionNotFoundException(java.lang.String groupId, java.lang.String artifactId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getArtifactId()
java.lang.String
getGroupId()
-