public class TransportException
extends java.io.IOException
| 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.
|
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 exceptionCopyright © 2012. All Rights Reserved.