org.apache.maven.repository.legacy.metadata
Class ArtifactMetadataRetrievalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.repository.legacy.metadata.ArtifactMetadataRetrievalException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ArtifactMetadataRetrievalException
public class ArtifactMetadataRetrievalException
- extends java.lang.Exception
Error while retrieving repository metadata from the repository.
- Version:
- $Id: ArtifactMetadataRetrievalException.java 829934 2009-10-26 20:16:00Z bentmann $
- 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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ArtifactMetadataRetrievalException
@Deprecated
public ArtifactMetadataRetrievalException(java.lang.String message)
- Deprecated. use
ArtifactMetadataRetrievalException(String, Throwable, Artifact)
ArtifactMetadataRetrievalException
@Deprecated
public ArtifactMetadataRetrievalException(java.lang.Throwable cause)
- Deprecated. use
ArtifactMetadataRetrievalException(String, Throwable, Artifact)
ArtifactMetadataRetrievalException
@Deprecated
public ArtifactMetadataRetrievalException(java.lang.String message,
java.lang.Throwable cause)
- Deprecated. use
ArtifactMetadataRetrievalException(String, Throwable, Artifact)
ArtifactMetadataRetrievalException
public ArtifactMetadataRetrievalException(java.lang.String message,
java.lang.Throwable cause,
Artifact artifact)
getArtifact
public Artifact getArtifact()
Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.