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.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

Constructor Summary
ArtifactMetadataRetrievalException(java.lang.String message)
           
ArtifactMetadataRetrievalException(java.lang.String message, java.lang.Throwable cause)
           
ArtifactMetadataRetrievalException(java.lang.Throwable cause)
           
 
Method Summary
 
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 © 2001-2009 Apache Software Foundation. All Rights Reserved.