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:
Serializable
Direct Known Subclasses:
MissingRepositoryElementException, UnknownRepositoryLayoutException

public class InvalidRepositoryException
extends Exception

Error constructing an artifact repository.

Author:
Brett Porter
See Also:
Serialized Form

Constructor Summary
  InvalidRepositoryException(String message, String repositoryId)
           
protected InvalidRepositoryException(String message, String repositoryId, ComponentLookupException cause)
           
  InvalidRepositoryException(String message, String repositoryId, MalformedURLException cause)
           
  InvalidRepositoryException(String message, Throwable t)
          Deprecated. 
 
Method Summary
 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(String message,
                                  String repositoryId,
                                  MalformedURLException cause)

InvalidRepositoryException

protected InvalidRepositoryException(String message,
                                     String repositoryId,
                                     ComponentLookupException cause)

InvalidRepositoryException

@Deprecated
public InvalidRepositoryException(String message,
                                             Throwable t)
Deprecated. 


InvalidRepositoryException

public InvalidRepositoryException(String message,
                                  String repositoryId)
Method Detail

getRepositoryId

public String getRepositoryId()


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.