public class ArtifactNotFoundException extends AbstractArtifactResolutionException
| Modifier | Constructor and Description | 
|---|---|
|   | ArtifactNotFoundException(String message,
                                                  Artifact artifact) | 
| protected  | ArtifactNotFoundException(String message,
                                                  Artifact artifact,
                                                  List<ArtifactRepository> remoteRepositories) | 
| protected  | ArtifactNotFoundException(String message,
                                                  Artifact artifact,
                                                  List<ArtifactRepository> remoteRepositories,
                                                  Throwable cause) | 
|   | ArtifactNotFoundException(String message,
                                                  String groupId,
                                                  String artifactId,
                                                  String version,
                                                  String type,
                                                  String classifier,
                                                  List<ArtifactRepository> remoteRepositories,
                                                  String downloadUrl,
                                                  List<String> path,
                                                  Throwable cause) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDownloadUrl() | 
constructArtifactPath, constructMissingArtifactMessage, getArtifact, getArtifactId, getArtifactPath, getClassifier, getGroupId, getOriginalMessage, getPath, getRemoteRepositories, getType, getVersionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected ArtifactNotFoundException(String message, Artifact artifact, List<ArtifactRepository> remoteRepositories)
public ArtifactNotFoundException(String message, Artifact artifact)
protected ArtifactNotFoundException(String message, Artifact artifact, List<ArtifactRepository> remoteRepositories, Throwable cause)
public String getDownloadUrl()
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.