org.apache.maven.plugin.version
Class PluginVersionResolutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.plugin.version.PluginVersionResolutionException
- All Implemented Interfaces:
- java.io.Serializable
public class PluginVersionResolutionException
- extends java.lang.Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PluginVersionResolutionException
public PluginVersionResolutionException(java.lang.String groupId,
java.lang.String artifactId,
java.lang.String baseMessage,
java.lang.Throwable cause)
PluginVersionResolutionException
public PluginVersionResolutionException(java.lang.String groupId,
java.lang.String artifactId,
java.lang.String baseMessage)
getGroupId
public java.lang.String getGroupId()
getArtifactId
public java.lang.String getArtifactId()
getBaseMessage
public java.lang.String getBaseMessage()
Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.