org.apache.maven.artifact.resolver
Class MultipleArtifactsNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.maven.artifact.resolver.AbstractArtifactResolutionException
              extended byorg.apache.maven.artifact.resolver.ArtifactResolutionException
                  extended byorg.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException
All Implemented Interfaces:
Serializable

public class MultipleArtifactsNotFoundException
extends ArtifactResolutionException

See Also:
Serialized Form

Constructor Summary
MultipleArtifactsNotFoundException(Artifact originatingArtifact, List artifacts, List remoteRepositories)
           
 
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,
                                          List artifacts,
                                          List remoteRepositories)


Copyright 2001-2006 Apache Software Foundation. All Rights Reserved.