public class PackProtocolException extends TransportException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
PackProtocolException(java.lang.String s)
Constructs an PackProtocolException with the specified detail message.
|
PackProtocolException(java.lang.String s,
java.lang.Throwable cause)
Constructs an PackProtocolException with the specified detail message.
|
PackProtocolException(URIish uri,
java.lang.String s)
Constructs an PackProtocolException with the specified detail message
prefixed with provided URI.
|
PackProtocolException(URIish uri,
java.lang.String s,
java.lang.Throwable cause)
Constructs an PackProtocolException with the specified detail message
prefixed with provided URI.
|
private static final long serialVersionUID
public PackProtocolException(URIish uri, java.lang.String s)
uri
- URI used for transports
- message, which may be shown to an end-user.public PackProtocolException(URIish uri, java.lang.String s, java.lang.Throwable cause)
uri
- URI used for transports
- message, which may be shown to an end-user.cause
- root cause exceptionpublic PackProtocolException(java.lang.String s)
s
- message, which may be shown to an end-user.public PackProtocolException(java.lang.String s, java.lang.Throwable cause)
s
- message, which may be shown to an end-user.cause
- root cause exception