org.apache.maven.artifact
Class InvalidRepositoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.artifact.InvalidRepositoryException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- MissingRepositoryElementException, UnknownRepositoryLayoutException
public class InvalidRepositoryException
- extends java.lang.Exception
Error constructing an artifact repository.
- Version:
- $Id: InvalidRepositoryException.java 958295 2010-06-26 23:16:18Z hboutemy $
- Author:
- Brett Porter
- See Also:
- Serialized Form
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 |
InvalidRepositoryException
public InvalidRepositoryException(java.lang.String message,
java.lang.String repositoryId,
java.net.MalformedURLException cause)
InvalidRepositoryException
protected InvalidRepositoryException(java.lang.String message,
java.lang.String repositoryId,
org.codehaus.plexus.component.repository.exception.ComponentLookupException cause)
InvalidRepositoryException
@Deprecated
public InvalidRepositoryException(java.lang.String message,
java.lang.Throwable t)
- Deprecated.
InvalidRepositoryException
public InvalidRepositoryException(java.lang.String message,
java.lang.String repositoryId)
getRepositoryId
public java.lang.String getRepositoryId()
Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.