Class InvalidRepositoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.artifact.InvalidRepositoryException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 MissingRepositoryElementException,UnknownRepositoryLayoutException
Error constructing an artifact repository.
- See Also:
 
- 
Constructor Summary
ConstructorsModifierConstructorDescriptionInvalidRepositoryException(String message, String repositoryId) InvalidRepositoryException(String message, String repositoryId, MalformedURLException cause) protectedInvalidRepositoryException(String message, String repositoryId, org.codehaus.plexus.component.repository.exception.ComponentLookupException cause) InvalidRepositoryException(String message, Throwable t) Deprecated. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
InvalidRepositoryException
 - 
InvalidRepositoryException
 - 
InvalidRepositoryException
Deprecated. - 
InvalidRepositoryException
 
 - 
 - 
Method Details
- 
getRepositoryId
 
 -