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 SummaryConstructorsConstructorDescriptionArtifactMetadataRetrievalException(String message) Deprecated.ArtifactMetadataRetrievalException(String message, Throwable cause) Deprecated.ArtifactMetadataRetrievalException(String message, Throwable cause, Artifact artifact) Deprecated.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ArtifactMetadataRetrievalExceptionDeprecated.
- 
ArtifactMetadataRetrievalExceptionDeprecated.
- 
ArtifactMetadataRetrievalExceptionDeprecated.
- 
ArtifactMetadataRetrievalException
 
- 
- 
Method Details- 
getArtifact
 
- 
ArtifactMetadataRetrievalException(String, Throwable, Artifact)