org.apache.maven.artifact.resolver

Class ArtifactResolutionException

public class ArtifactResolutionException extends AbstractArtifactResolutionException

Version: $Id: ArtifactResolutionException.java 320683 2005-10-13 08:04:27Z brett $

Author: Jason van Zyl

Constructor Summary
ArtifactResolutionException(String message, String groupId, String artifactId, String version, String type, List remoteRepositories, List path, Throwable t)
ArtifactResolutionException(String message, String groupId, String artifactId, String version, String type, Throwable t)
ArtifactResolutionException(String message, Artifact artifact)
ArtifactResolutionException(String message, Artifact artifact, List remoteRepositories)
ArtifactResolutionException(String message, Artifact artifact, Throwable t)
protected ArtifactResolutionException(String message, Artifact artifact, List remoteRepositories, Throwable t)

Constructor Detail

ArtifactResolutionException

public ArtifactResolutionException(String message, String groupId, String artifactId, String version, String type, List remoteRepositories, List path, Throwable t)

ArtifactResolutionException

public ArtifactResolutionException(String message, String groupId, String artifactId, String version, String type, Throwable t)

ArtifactResolutionException

public ArtifactResolutionException(String message, Artifact artifact)

ArtifactResolutionException

public ArtifactResolutionException(String message, Artifact artifact, List remoteRepositories)

ArtifactResolutionException

public ArtifactResolutionException(String message, Artifact artifact, Throwable t)

ArtifactResolutionException

protected ArtifactResolutionException(String message, Artifact artifact, List remoteRepositories, Throwable t)
Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.