org.apache.maven.artifact.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
              extended by org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException
All Implemented Interfaces:
Serializable

Deprecated.

@Deprecated
public class ArtifactMetadataRetrievalException
extends ArtifactMetadataRetrievalException

See Also:
Serialized Form

Constructor Summary
ArtifactMetadataRetrievalException(String message, Throwable cause, Artifact artifact)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.maven.repository.legacy.metadata.ArtifactMetadataRetrievalException
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

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


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