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.
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
RemoteRepositoryException(URIish uri,
java.lang.String message)
Constructs a RemoteRepositoryException for a message.
|
private static final long serialVersionUID
public RemoteRepositoryException(URIish uri, java.lang.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.