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
- messagepublic PackProtocolException(URIish uri, String s, Throwable cause)
uri
- URI used for transports
- messagecause
- root cause exceptionpublic PackProtocolException(String s)
s
- messageCopyright © 2013. All Rights Reserved.