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
- Author:
- Jason van Zyl
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description 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<ArtifactRepository> remoteRepositories, java.lang.String downloadUrl, java.util.List<java.lang.String> path, java.lang.Throwable cause)
ArtifactNotFoundException(java.lang.String message, Artifact artifact)
protected
ArtifactNotFoundException(java.lang.String message, Artifact artifact, java.util.List<ArtifactRepository> remoteRepositories)
protected
ArtifactNotFoundException(java.lang.String message, Artifact artifact, java.util.List<ArtifactRepository> remoteRepositories, java.lang.Throwable cause)
-
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<ArtifactRepository> remoteRepositories)
-
ArtifactNotFoundException
public ArtifactNotFoundException(java.lang.String message, Artifact artifact)
-
ArtifactNotFoundException
protected ArtifactNotFoundException(java.lang.String message, Artifact artifact, java.util.List<ArtifactRepository> remoteRepositories, java.lang.Throwable cause)
-
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<ArtifactRepository> remoteRepositories, java.lang.String downloadUrl, java.util.List<java.lang.String> path, java.lang.Throwable cause)
-
-