Class ArtifactMetadataRetrievalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException
-
- All Implemented Interfaces:
java.io.Serializable
public class ArtifactMetadataRetrievalException extends java.lang.Exception
Error while retrieving repository metadata from the repository.- Version:
- $Id: ArtifactMetadataRetrievalException.java 588021 2007-10-24 21:02:49Z carlos $
- Author:
- Jason van Zyl
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArtifactMetadataRetrievalException(java.lang.String message)
Deprecated.ArtifactMetadataRetrievalException(java.lang.String message, java.lang.Throwable cause)
Deprecated.ArtifactMetadataRetrievalException(java.lang.String message, java.lang.Throwable cause, Artifact artifact)
ArtifactMetadataRetrievalException(java.lang.Throwable cause)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Artifact
getArtifact()
-
-
-
Constructor Detail
-
ArtifactMetadataRetrievalException
public ArtifactMetadataRetrievalException(java.lang.String message)
Deprecated.
-
ArtifactMetadataRetrievalException
public ArtifactMetadataRetrievalException(java.lang.Throwable cause)
Deprecated.
-
ArtifactMetadataRetrievalException
public ArtifactMetadataRetrievalException(java.lang.String message, java.lang.Throwable cause)
Deprecated.
-
ArtifactMetadataRetrievalException
public ArtifactMetadataRetrievalException(java.lang.String message, java.lang.Throwable cause, Artifact artifact)
-
-
Method Detail
-
getArtifact
public Artifact getArtifact()
-
-