Class RepositoryMetadataInstallationException
- java.lang.Object
-
- java.lang.Throwable
-
- org.apache.maven.artifact.repository.metadata.RepositoryMetadataInstallationException
-
- All Implemented Interfaces:
java.io.Serializable
public class RepositoryMetadataInstallationException extends java.lang.Throwable
Error while installing repository metadata.- Version:
- $Id$
- Author:
- Brett Porter
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RepositoryMetadataInstallationException(java.lang.String message)
RepositoryMetadataInstallationException(java.lang.String message, java.lang.Exception e)
-