Serializable
public class PackProtocolException extends TransportException
Constructor | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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 © 2018. All rights reserved.