Class ArtifactNotFoundException

All Implemented Interfaces:
Serializable

public class ArtifactNotFoundException extends AbstractArtifactResolutionException
Version:
$Id: ArtifactNotFoundException.java 640549 2008-03-24 20:05:11Z bentmann $
Author:
Jason van Zyl
See Also:
  • Constructor Details

    • ArtifactNotFoundException

      protected ArtifactNotFoundException(String message, Artifact artifact, List remoteRepositories)
    • ArtifactNotFoundException

      public ArtifactNotFoundException(String message, Artifact artifact)
    • ArtifactNotFoundException

      protected ArtifactNotFoundException(String message, Artifact artifact, List remoteRepositories, Throwable t)
    • ArtifactNotFoundException

      public ArtifactNotFoundException(String message, String groupId, String artifactId, String version, String type, String classifier, List remoteRepositories, String downloadUrl, List path, Throwable t)
  • Method Details

    • getDownloadUrl

      public String getDownloadUrl()