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, getVersion
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected ArtifactNotFoundException(String message, Artifact artifact, List remoteRepositories)
protected ArtifactNotFoundException(String message, Artifact artifact, List remoteRepositories, Throwable t)
public String getDownloadUrl()
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.