org.apache.maven.artifact
Class InvalidRepositoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
  InvalidRepositoryException(java.lang.String message, java.lang.String repositoryId)
           
protected InvalidRepositoryException(java.lang.String message, java.lang.String repositoryId, org.codehaus.plexus.component.repository.exception.ComponentLookupException cause)
           
  InvalidRepositoryException(java.lang.String message, java.lang.String repositoryId, java.net.MalformedURLException cause)
           
  InvalidRepositoryException(java.lang.String message, java.lang.Throwable t)
          Deprecated. 
 
Method Summary
 java.lang.String getRepositoryId()
           
 
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

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)
Method Detail

getRepositoryId

public java.lang.String getRepositoryId()


Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.