org.apache.maven.artifact.metadata
Class ArtifactMetadataRetrievalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException
- All Implemented Interfaces:
- Serializable
public class ArtifactMetadataRetrievalException
- extends Exception
Error while retrieving repository metadata from the repository.
- Version:
- $Id: ArtifactMetadataRetrievalException.java 588021 2007-10-24 21:02:49Z carlos $
- 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 |
ArtifactMetadataRetrievalException
public ArtifactMetadataRetrievalException(String message)
- Deprecated. use
ArtifactMetadataRetrievalException(String, Throwable, Artifact)
ArtifactMetadataRetrievalException
public ArtifactMetadataRetrievalException(Throwable cause)
- Deprecated. use
ArtifactMetadataRetrievalException(String, Throwable, Artifact)
ArtifactMetadataRetrievalException
public ArtifactMetadataRetrievalException(String message,
Throwable cause)
- Deprecated. use
ArtifactMetadataRetrievalException(String, Throwable, Artifact)
ArtifactMetadataRetrievalException
public ArtifactMetadataRetrievalException(String message,
Throwable cause,
Artifact artifact)
getArtifact
public Artifact getArtifact()
Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.