Class ArtifactMetadataRetrievalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.repository.legacy.metadata.ArtifactMetadataRetrievalException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 ArtifactMetadataRetrievalException
Error while retrieving repository metadata from the repository.
- 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)