org.apache.maven.artifact.resolver
public class ArtifactNotFoundException extends AbstractArtifactResolutionException
Version: $Id: ArtifactNotFoundException.java 379372 2006-02-21 06:40:38Z jdcasey $
| 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 | |
|---|---|
| String | getDownloadUrl() |