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

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

public class RepositoryMetadataInstallationException
extends Throwable

Error while installing repository metadata.

Version:
$Id: RepositoryMetadataInstallationException.java 829934 2009-10-26 20:16:00Z bentmann $
Author:
Brett Porter
See Also:
Serialized Form

Constructor Summary
RepositoryMetadataInstallationException(String message)
           
RepositoryMetadataInstallationException(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

RepositoryMetadataInstallationException

public RepositoryMetadataInstallationException(String message)

RepositoryMetadataInstallationException

public RepositoryMetadataInstallationException(String message,
                                               Exception e)


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