org.apache.maven.plugin.version

Class PluginVersionResolutionException

public class PluginVersionResolutionException extends Exception

Constructor Summary
PluginVersionResolutionException(String groupId, String artifactId, String baseMessage, Throwable cause)
PluginVersionResolutionException(String groupId, String artifactId, String baseMessage)
Method Summary
StringgetArtifactId()
StringgetBaseMessage()
StringgetGroupId()

Constructor Detail

PluginVersionResolutionException

public PluginVersionResolutionException(String groupId, String artifactId, String baseMessage, Throwable cause)

PluginVersionResolutionException

public PluginVersionResolutionException(String groupId, String artifactId, String baseMessage)

Method Detail

getArtifactId

public String getArtifactId()

getBaseMessage

public String getBaseMessage()

getGroupId

public String getGroupId()
Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.