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
- Version:
- $Id: ArtifactNotFoundException.java 640549 2008-03-24 20:05:11Z bentmann $
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
LS
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
ArtifactNotFoundException
(String message, String groupId, String artifactId, String version, String type, String classifier, List remoteRepositories, String downloadUrl, List path) ArtifactNotFoundException
(String message, String groupId, String artifactId, String version, String type, String classifier, List remoteRepositories, String downloadUrl, List path, Throwable t) ArtifactNotFoundException
(String message, Artifact artifact) protected
ArtifactNotFoundException
(String message, Artifact artifact, List remoteRepositories) protected
ArtifactNotFoundException
(String message, Artifact artifact, List remoteRepositories, Throwable t) -
Method Summary
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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
downloadUrl
-
-
Constructor Details
-
ArtifactNotFoundException
-
ArtifactNotFoundException
-
ArtifactNotFoundException
-
ArtifactNotFoundException
-
ArtifactNotFoundException
-
-
Method Details
-
getDownloadUrl
-