public class NoTransporterException extends RepositoryException
| Constructor and Description | 
|---|
| NoTransporterException(RemoteRepository repository)Creates a new exception with the specified repository. | 
| NoTransporterException(RemoteRepository repository,
                                            String message)Creates a new exception with the specified repository and detail message. | 
| NoTransporterException(RemoteRepository repository,
                                            String message,
                                            Throwable cause)Creates a new exception with the specified repository, detail message and cause. | 
| NoTransporterException(RemoteRepository repository,
                                            Throwable cause)Creates a new exception with the specified repository and cause. | 
| Modifier and Type | Method and Description | 
|---|---|
| RemoteRepository | getRepository()Gets the remote repository whose transport protocol is not supported. | 
getMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoTransporterException(RemoteRepository repository)
repository - The remote repository whose transport layout is not supported, may be null.public NoTransporterException(RemoteRepository repository, String message)
repository - The remote repository whose transport layout is not supported, may be null.message - The detail message, may be null.public NoTransporterException(RemoteRepository repository, Throwable cause)
repository - The remote repository whose transport layout is not supported, may be null.cause - The exception that caused this one, may be null.public NoTransporterException(RemoteRepository repository, String message, Throwable cause)
repository - The remote repository whose transport layout is not supported, may be null.message - The detail message, may be null.cause - The exception that caused this one, may be null.public RemoteRepository getRepository()
null if unknown.Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.