public class ArtifactResolutionException extends AbstractArtifactResolutionException
Constructor and Description |
---|
ArtifactResolutionException(String message,
Artifact artifact) |
ArtifactResolutionException(String message,
Artifact artifact,
List<ArtifactRepository> remoteRepositories) |
ArtifactResolutionException(String message,
Artifact artifact,
List<ArtifactRepository> remoteRepositories,
Throwable cause) |
ArtifactResolutionException(String message,
Artifact artifact,
Throwable cause) |
ArtifactResolutionException(String message,
String groupId,
String artifactId,
String version,
String type,
String classifier,
List<ArtifactRepository> remoteRepositories,
List<String> 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<ArtifactRepository> remoteRepositories, List<String> 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<ArtifactRepository> remoteRepositories)
public ArtifactResolutionException(String message, Artifact artifact, Throwable cause)
public ArtifactResolutionException(String message, Artifact artifact, List<ArtifactRepository> remoteRepositories, Throwable cause)
Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.