org.apache.maven.plugin.version
Class PluginVersionResolutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.plugin.version.PluginVersionResolutionException
All Implemented Interfaces:
Serializable

public class PluginVersionResolutionException
extends Exception

See Also:
Serialized Form

Constructor Summary
PluginVersionResolutionException(String groupId, String artifactId, LocalRepository localRepository, List<RemoteRepository> remoteRepositories, String baseMessage)
           
PluginVersionResolutionException(String groupId, String artifactId, String baseMessage)
           
PluginVersionResolutionException(String groupId, String artifactId, String baseMessage, Throwable cause)
           
 
Method Summary
 String getArtifactId()
           
 String getBaseMessage()
           
 String getGroupId()
           
 
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
 

Constructor Detail

PluginVersionResolutionException

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

PluginVersionResolutionException

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

PluginVersionResolutionException

public PluginVersionResolutionException(String groupId,
                                        String artifactId,
                                        LocalRepository localRepository,
                                        List<RemoteRepository> remoteRepositories,
                                        String baseMessage)
Method Detail

getGroupId

public String getGroupId()

getArtifactId

public String getArtifactId()

getBaseMessage

public String getBaseMessage()


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.