Class ArtifactMetadataRetrievalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionArtifactMetadataRetrievalException
(String message) Deprecated.ArtifactMetadataRetrievalException
(String message, Throwable cause) Deprecated.ArtifactMetadataRetrievalException
(String message, Throwable cause, Artifact artifact) Deprecated. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ArtifactMetadataRetrievalException
Deprecated. -
ArtifactMetadataRetrievalException
Deprecated. -
ArtifactMetadataRetrievalException
Deprecated. -
ArtifactMetadataRetrievalException
-
-
Method Details
-
getArtifact
-
ArtifactMetadataRetrievalException(String, Throwable, Artifact)