public class InvalidRepositoryException extends Exception
| Modifier | Constructor and Description | 
|---|---|
|   | 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.  | 
| 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, ComponentLookupException cause)
@Deprecated public InvalidRepositoryException(String message, Throwable t)
public InvalidRepositoryException(String message, String repositoryId)
public String getRepositoryId()
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.