org.apache.maven.artifact.resolver
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 |
|
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)
|
|
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)
|
Methods inherited from class org.apache.maven.artifact.resolver.AbstractArtifactResolutionException |
constructArtifactPath, constructMissingArtifactMessage, getArtifact, getArtifactId, getArtifactPath, getClassifier, getGroupId, getOriginalMessage, getPath, getRemoteRepositories, getType, getVersion |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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)
getDownloadUrl
public java.lang.String getDownloadUrl()
Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.