org.apache.maven.artifact.resolver
Class MultipleArtifactsNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
              extended by org.apache.maven.artifact.resolver.ArtifactResolutionException
                  extended by org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class MultipleArtifactsNotFoundException
extends ArtifactResolutionException

See Also:
Serialized Form

Constructor Summary
MultipleArtifactsNotFoundException(Artifact originatingArtifact, java.util.List artifacts, java.util.List remoteRepositories)
           
 
Method Summary
 
Methods inherited from class org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
constructArtifactPath, constructMissingArtifactMessage, getArtifactId, getArtifactPath, getGroupId, getOriginalMessage, getRemoteRepositories, getType, getVersion
 
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

MultipleArtifactsNotFoundException

public MultipleArtifactsNotFoundException(Artifact originatingArtifact,
                                          java.util.List artifacts,
                                          java.util.List remoteRepositories)


Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.