public class RemoteRepositoryException extends TransportException
Some remote repositories may send customized error messages describing why they cannot be accessed. These messages are wrapped up in this exception and thrown to the caller of the transport operation.
Constructor and Description |
---|
RemoteRepositoryException(URIish uri,
String message)
Constructs a RemoteRepositoryException for a message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RemoteRepositoryException(URIish uri, String message)
uri
- URI used for transportmessage
- message, exactly as supplied by the remote repository. May
contain LFs (newlines) if the remote formatted it that way.Copyright © 2020 Eclipse JGit Project. All rights reserved.