org.apache.maven.artifact.resolver

Class ArtifactNotFoundException

public class ArtifactNotFoundException extends AbstractArtifactResolutionException

Version: $Id: ArtifactNotFoundException.java 379372 2006-02-21 06:40:38Z jdcasey $

Author: Jason van Zyl

Constructor Summary
protected ArtifactNotFoundException(String message, Artifact artifact, List remoteRepositories)
ArtifactNotFoundException(String message, Artifact artifact)
protected ArtifactNotFoundException(String message, Artifact artifact, List remoteRepositories, Throwable t)
ArtifactNotFoundException(String message, String groupId, String artifactId, String version, String type, List remoteRepositories, String downloadUrl, List path, Throwable t)
Method Summary
StringgetDownloadUrl()

Constructor Detail

ArtifactNotFoundException

protected ArtifactNotFoundException(String message, Artifact artifact, List remoteRepositories)

ArtifactNotFoundException

public ArtifactNotFoundException(String message, Artifact artifact)

ArtifactNotFoundException

protected ArtifactNotFoundException(String message, Artifact artifact, List remoteRepositories, Throwable t)

ArtifactNotFoundException

public ArtifactNotFoundException(String message, String groupId, String artifactId, String version, String type, List remoteRepositories, String downloadUrl, List path, Throwable t)

Method Detail

getDownloadUrl

public String getDownloadUrl()
Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.