public class ArtifactNotFoundException extends AbstractArtifactResolutionException
| Modifier | Constructor and Description |
|---|---|
|
ArtifactNotFoundException(String message,
Artifact artifact) |
protected |
ArtifactNotFoundException(String message,
Artifact artifact,
List remoteRepositories) |
protected |
ArtifactNotFoundException(String message,
Artifact artifact,
List remoteRepositories,
Throwable t) |
|
ArtifactNotFoundException(String message,
String groupId,
String artifactId,
String version,
String type,
String classifier,
List remoteRepositories,
String downloadUrl,
List path,
Throwable t) |
| 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 remoteRepositories)
protected ArtifactNotFoundException(String message, Artifact artifact, List remoteRepositories, Throwable t)
public String getDownloadUrl()
Copyright © 2001-2021 The Apache Software Foundation. All Rights Reserved.