org.apache.maven.repository.legacy.metadata
Class ArtifactMetadataRetrievalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.repository.legacy.metadata.ArtifactMetadataRetrievalException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ArtifactMetadataRetrievalException

public class ArtifactMetadataRetrievalException
extends Exception

Error while retrieving repository metadata from the repository.

Author:
Jason van Zyl
See Also:
Serialized Form

Constructor Summary
ArtifactMetadataRetrievalException(String message)
          Deprecated. use ArtifactMetadataRetrievalException(String, Throwable, Artifact)
ArtifactMetadataRetrievalException(String message, Throwable cause)
          Deprecated. use ArtifactMetadataRetrievalException(String, Throwable, Artifact)
ArtifactMetadataRetrievalException(String message, Throwable cause, Artifact artifact)
           
ArtifactMetadataRetrievalException(Throwable cause)
          Deprecated. use ArtifactMetadataRetrievalException(String, Throwable, Artifact)
 
Method Summary
 Artifact getArtifact()
           
 
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

ArtifactMetadataRetrievalException

@Deprecated
public ArtifactMetadataRetrievalException(String message)
Deprecated. use ArtifactMetadataRetrievalException(String, Throwable, Artifact)


ArtifactMetadataRetrievalException

@Deprecated
public ArtifactMetadataRetrievalException(Throwable cause)
Deprecated. use ArtifactMetadataRetrievalException(String, Throwable, Artifact)


ArtifactMetadataRetrievalException

@Deprecated
public ArtifactMetadataRetrievalException(String message,
                                                     Throwable cause)
Deprecated. use ArtifactMetadataRetrievalException(String, Throwable, Artifact)


ArtifactMetadataRetrievalException

public ArtifactMetadataRetrievalException(String message,
                                          Throwable cause,
                                          Artifact artifact)
Method Detail

getArtifact

public Artifact getArtifact()


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.