org.apache.maven.artifact.resolver
Class ArtifactNotFoundException

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

public class ArtifactNotFoundException
extends AbstractArtifactResolutionException

Version:
$Id: ArtifactNotFoundException.java 330200 2005-11-02 06:49:09Z brett $
Author:
Jason van Zyl
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
LS
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
  ArtifactNotFoundException(java.lang.String message, Artifact artifact)
           
protected ArtifactNotFoundException(java.lang.String message, Artifact artifact, java.util.List remoteRepositories, java.lang.Throwable t)
           
  ArtifactNotFoundException(java.lang.String message, java.lang.String groupId, java.lang.String artifactId, java.lang.String version, java.lang.String type, java.util.List remoteRepositories, java.lang.String downloadUrl, java.util.List path, java.lang.Throwable t)
           
 
Method Summary
 java.lang.String getDownloadUrl()
           
 
Methods inherited from class org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
constructArtifactPath, 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

ArtifactNotFoundException

public ArtifactNotFoundException(java.lang.String message,
                                 Artifact artifact)

ArtifactNotFoundException

protected ArtifactNotFoundException(java.lang.String message,
                                    Artifact artifact,
                                    java.util.List remoteRepositories,
                                    java.lang.Throwable t)

ArtifactNotFoundException

public ArtifactNotFoundException(java.lang.String message,
                                 java.lang.String groupId,
                                 java.lang.String artifactId,
                                 java.lang.String version,
                                 java.lang.String type,
                                 java.util.List remoteRepositories,
                                 java.lang.String downloadUrl,
                                 java.util.List path,
                                 java.lang.Throwable t)
Method Detail

getDownloadUrl

public java.lang.String getDownloadUrl()


Copyright 2006 Apache Software Foundation. All Rights Reserved.