Class ArtifactNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
-
- org.apache.maven.artifact.resolver.ArtifactNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class ArtifactNotFoundException extends AbstractArtifactResolutionException
- Version:
- $Id: ArtifactNotFoundException.java 640549 2008-03-24 20:05:11Z bentmann $
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
downloadUrl
-
Fields inherited from class org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
LS
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ArtifactNotFoundException(java.lang.String message, java.lang.String groupId, java.lang.String artifactId, java.lang.String version, java.lang.String type, java.lang.String classifier, java.util.List remoteRepositories, java.lang.String downloadUrl, java.util.List path)
ArtifactNotFoundException(java.lang.String message, java.lang.String groupId, java.lang.String artifactId, java.lang.String version, java.lang.String type, java.lang.String classifier, java.util.List remoteRepositories, java.lang.String downloadUrl, java.util.List path, java.lang.Throwable t)
ArtifactNotFoundException(java.lang.String message, Artifact artifact)
protected
ArtifactNotFoundException(java.lang.String message, Artifact artifact, java.util.List remoteRepositories)
protected
ArtifactNotFoundException(java.lang.String message, Artifact artifact, java.util.List remoteRepositories, java.lang.Throwable t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDownloadUrl()
-
Methods inherited from class org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
constructArtifactPath, constructMissingArtifactMessage, getArtifact, getArtifactId, getArtifactPath, getClassifier, getGroupId, getOriginalMessage, getPath, getRemoteRepositories, getType, getVersion
-
-
-
-
Constructor Detail
-
ArtifactNotFoundException
protected ArtifactNotFoundException(java.lang.String message, Artifact artifact, java.util.List remoteRepositories)
-
ArtifactNotFoundException
public ArtifactNotFoundException(java.lang.String message, Artifact artifact)
-
ArtifactNotFoundException
protected ArtifactNotFoundException(java.lang.String message, Artifact artifact, java.util.List remoteRepositories, java.lang.Throwable t)
-
ArtifactNotFoundException
public ArtifactNotFoundException(java.lang.String message, java.lang.String groupId, java.lang.String artifactId, java.lang.String version, java.lang.String type, java.lang.String classifier, java.util.List remoteRepositories, java.lang.String downloadUrl, java.util.List path, java.lang.Throwable t)
-
ArtifactNotFoundException
private ArtifactNotFoundException(java.lang.String message, java.lang.String groupId, java.lang.String artifactId, java.lang.String version, java.lang.String type, java.lang.String classifier, java.util.List remoteRepositories, java.lang.String downloadUrl, java.util.List path)
-
-