public class PackProtocolException extends TransportException
| 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.
|
public PackProtocolException(URIish uri, java.lang.String s)
uri - URI used for transports - messagepublic PackProtocolException(URIish uri, java.lang.String s, java.lang.Throwable cause)
uri - URI used for transports - messagecause - root cause exceptionpublic PackProtocolException(java.lang.String s)
s - messagepublic PackProtocolException(java.lang.String s,
java.lang.Throwable cause)
s - messagecause - root cause exceptionCopyright © 2012. All Rights Reserved.