org.apache.maven.repository.metadata
Class MetadataRetrievalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.repository.metadata.MetadataRetrievalException
- All Implemented Interfaces:
- Serializable
public class MetadataRetrievalException
- extends Exception
Error while retrieving repository metadata from the repository.
- Author:
- Jason van Zyl
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MetadataRetrievalException
public MetadataRetrievalException(String message)
MetadataRetrievalException
public MetadataRetrievalException(Throwable cause)
MetadataRetrievalException
public MetadataRetrievalException(String message,
Throwable cause)
MetadataRetrievalException
public MetadataRetrievalException(String message,
Throwable cause,
ArtifactMetadata artifact)
getArtifactMetadata
public ArtifactMetadata getArtifactMetadata()
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.