org.apache.maven.repository.metadata
Class MetadataRetrievalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
MetadataRetrievalException(String message)
           
MetadataRetrievalException(String message, Throwable cause)
           
MetadataRetrievalException(String message, Throwable cause, ArtifactMetadata artifact)
           
MetadataRetrievalException(Throwable cause)
           
 
Method Summary
 ArtifactMetadata getArtifactMetadata()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

getArtifactMetadata

public ArtifactMetadata getArtifactMetadata()


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.