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: 
 - Serializable
 
public class ArtifactNotFoundException
- extends AbstractArtifactResolutionException
 
- Author:
 
  - Jason van Zyl
 
- See Also:
 - Serialized Form
 
| 
Constructor Summary | 
  | 
ArtifactNotFoundException(String message,
                          Artifact artifact)
 
            | 
protected  | 
ArtifactNotFoundException(String message,
                          Artifact artifact,
                          List<ArtifactRepository> remoteRepositories)
 
            | 
protected  | 
ArtifactNotFoundException(String message,
                          Artifact artifact,
                          List<ArtifactRepository> remoteRepositories,
                          Throwable cause)
 
            | 
  | 
ArtifactNotFoundException(String message,
                          String groupId,
                          String artifactId,
                          String version,
                          String type,
                          String classifier,
                          List<ArtifactRepository> remoteRepositories,
                          String downloadUrl,
                          List<String> path,
                          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 | 
 
 
ArtifactNotFoundException
protected ArtifactNotFoundException(String message,
                                    Artifact artifact,
                                    List<ArtifactRepository> remoteRepositories)
ArtifactNotFoundException
public ArtifactNotFoundException(String message,
                                 Artifact artifact)
ArtifactNotFoundException
protected ArtifactNotFoundException(String message,
                                    Artifact artifact,
                                    List<ArtifactRepository> remoteRepositories,
                                    Throwable cause)
ArtifactNotFoundException
public ArtifactNotFoundException(String message,
                                 String groupId,
                                 String artifactId,
                                 String version,
                                 String type,
                                 String classifier,
                                 List<ArtifactRepository> remoteRepositories,
                                 String downloadUrl,
                                 List<String> path,
                                 Throwable cause)
getDownloadUrl
public String getDownloadUrl()
 
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.