public class NoLocalRepositoryManagerException extends RepositoryException
| Constructor and Description | 
|---|
NoLocalRepositoryManagerException(LocalRepository repository)
Creates a new exception with the specified repository. 
 | 
NoLocalRepositoryManagerException(LocalRepository repository,
                                 String message)
Creates a new exception with the specified repository and detail message. 
 | 
NoLocalRepositoryManagerException(LocalRepository repository,
                                 String message,
                                 Throwable cause)
Creates a new exception with the specified repository, detail message and cause. 
 | 
NoLocalRepositoryManagerException(LocalRepository repository,
                                 Throwable cause)
Creates a new exception with the specified repository and cause. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LocalRepository | 
getRepository()
Gets the local repository whose content type is not supported. 
 | 
getMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoLocalRepositoryManagerException(LocalRepository repository)
repository - The local repository for which no support is available, may be null.public NoLocalRepositoryManagerException(LocalRepository repository, String message)
repository - The local repository for which no support is available, may be null.message - The detail message, may be null.public NoLocalRepositoryManagerException(LocalRepository repository, Throwable cause)
repository - The local repository for which no support is available, may be null.cause - The exception that caused this one, may be null.public NoLocalRepositoryManagerException(LocalRepository repository, String message, Throwable cause)
repository - The local repository for which no support is available, may be null.message - The detail message, may be null.cause - The exception that caused this one, may be null.public LocalRepository getRepository()
null if unknown.Copyright © 2010–2021 The Apache Software Foundation. All rights reserved.