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