Class MetadataRetrievalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.repository.metadata.MetadataRetrievalException
- All Implemented Interfaces:
 Serializable
Error while retrieving repository metadata from the repository.
- Author:
 - Jason van Zyl
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionMetadataRetrievalException(String message) MetadataRetrievalException(String message, Throwable cause) MetadataRetrievalException(String message, Throwable cause, ArtifactMetadata artifact)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
MetadataRetrievalException
 - 
MetadataRetrievalException
 - 
MetadataRetrievalException
 - 
MetadataRetrievalException
 
 - 
 - 
Method Details
- 
getArtifactMetadata
 
 -