public class PackProtocolException extends TransportException
Constructor and Description |
---|
PackProtocolException(String s)
Constructs an PackProtocolException with the specified detail message.
|
PackProtocolException(String s,
Throwable cause)
Constructs an PackProtocolException with the specified detail message.
|
PackProtocolException(URIish uri,
String s)
Constructs an PackProtocolException with the specified detail message
prefixed with provided URI.
|
PackProtocolException(URIish uri,
String s,
Throwable cause)
Constructs an PackProtocolException with the specified detail message
prefixed with provided URI.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PackProtocolException(URIish uri, String s)
uri
- URI used for transports
- message, which may be shown to an end-user.public PackProtocolException(URIish uri, String s, Throwable cause)
uri
- URI used for transports
- message, which may be shown to an end-user.cause
- root cause exceptionpublic PackProtocolException(String s)
s
- message, which may be shown to an end-user.Copyright © 2021 Eclipse JGit Project. All rights reserved.