public class TransportException
extends java.io.IOException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
TransportException(java.lang.String s)
Constructs an TransportException with the specified detail message.
|
TransportException(java.lang.String s,
java.lang.Throwable cause)
Constructs an TransportException with the specified detail message.
|
TransportException(URIish uri,
java.lang.String s)
Constructs an TransportException with the specified detail message
prefixed with provided URI.
|
TransportException(URIish uri,
java.lang.String s,
java.lang.Throwable cause)
Constructs an TransportException with the specified detail message
prefixed with provided URI.
|
private static final long serialVersionUID
public TransportException(URIish uri, java.lang.String s)
uri - URI used for transports - messagepublic TransportException(URIish uri, java.lang.String s, java.lang.Throwable cause)
uri - URI used for transports - messagecause - root cause exceptionpublic TransportException(java.lang.String s)
s - messagepublic TransportException(java.lang.String s,
java.lang.Throwable cause)
s - messagecause - root cause exception