org.apache.maven.artifact.repository.metadata
Class RepositoryMetadataResolutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.artifact.repository.metadata.RepositoryMetadataResolutionException
All Implemented Interfaces:
Serializable

public class RepositoryMetadataResolutionException
extends Exception

Error while retrieving repository metadata from the repository.

Version:
$Id: RepositoryMetadataResolutionException.java 495147 2007-01-11 07:47:53Z jvanzyl $
Author:
Brett Porter
See Also:
Serialized Form

Constructor Summary
RepositoryMetadataResolutionException(String message)
           
RepositoryMetadataResolutionException(String message, Exception e)
           
 
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

RepositoryMetadataResolutionException

public RepositoryMetadataResolutionException(String message)

RepositoryMetadataResolutionException

public RepositoryMetadataResolutionException(String message,
                                             Exception e)


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