org.apache.maven.artifact.metadata
Class ArtifactMetadataRetrievalException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException
All Implemented Interfaces:
java.io.Serializable

public class ArtifactMetadataRetrievalException
extends java.lang.Exception

Version:
$Id: ArtifactMetadataRetrievalException.java 163668 2005-03-23 03:40:13Z brett $
Author:
Jason van Zyl
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
ArtifactMetadataRetrievalException(java.lang.String message)
           
ArtifactMetadataRetrievalException(java.lang.String message, java.lang.Throwable cause)
           
ArtifactMetadataRetrievalException(java.lang.Throwable cause)
           
 
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(java.lang.String message)

ArtifactMetadataRetrievalException

public ArtifactMetadataRetrievalException(java.lang.Throwable cause)

ArtifactMetadataRetrievalException

public ArtifactMetadataRetrievalException(java.lang.String message,
                                          java.lang.Throwable cause)


Copyright 2006 Apache Software Foundation. All Rights Reserved.