org.apache.maven.artifact.resolver
Class ArtifactNotFoundException

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.ArtifactNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ArtifactNotFoundException
extends AbstractArtifactResolutionException

Version:
$Id: ArtifactNotFoundException.java 320869 2005-10-13 18:49:19Z brett $
Author:
Jason van Zyl
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
LS
 
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.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.lang.Throwable t)
Method Detail

getDownloadUrl

public java.lang.String getDownloadUrl()


Copyright 2005 Apache Software Foundation. All Rights Reserved.