public class InvalidRepositoryException extends Exception
| Modifier | Constructor and Description | 
|---|---|
|   | InvalidRepositoryException(String message,
                          String repositoryId) | 
| protected  | InvalidRepositoryException(String message,
                          String repositoryId,
                          org.codehaus.plexus.component.repository.exception.ComponentLookupException cause) | 
|   | InvalidRepositoryException(String message,
                          String repositoryId,
                          MalformedURLException cause) | 
|   | InvalidRepositoryException(String message,
                          Throwable t)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getRepositoryId() | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidRepositoryException(String message, String repositoryId, MalformedURLException cause)
protected InvalidRepositoryException(String message, String repositoryId, org.codehaus.plexus.component.repository.exception.ComponentLookupException cause)
@Deprecated public InvalidRepositoryException(String message, Throwable t)
public String getRepositoryId()
Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.