org.apache.maven.repository.metadata
Class MetadataRetrievalException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           org.apache.maven.repository.metadata.MetadataRetrievalException
org.apache.maven.repository.metadata.MetadataRetrievalException
- All Implemented Interfaces: 
- Serializable
- public class MetadataRetrievalException 
- extends Exception
Error while retrieving repository metadata from the repository.
- Version:
- $Id: MetadataRetrievalException.java 958295 2010-06-26 23:16:18Z hboutemy $
- 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-2010 The Apache Software Foundation. All Rights Reserved.