Package org.apache.maven.artifact
Class InvalidRepositoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.artifact.InvalidRepositoryException
- All Implemented Interfaces:
Serializable
Error constructing an artifact repository.
- Author:
- Brett Porter
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionInvalidRepositoryException
(String message, String repositoryId) InvalidRepositoryException
(String message, String repositoryId, MalformedURLException cause) protected
InvalidRepositoryException
(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
-