public class TransportException extends CicsException
A transport problem has occurred.
| Constructor and Description |
|---|
TransportException(java.lang.String s,
java.lang.Throwable cause)
Constructor to be used when a TransportException is detected.
|
setRootCausepublic TransportException(java.lang.String s,
java.lang.Throwable cause)
s - a description of the problemcause - The original reason for the failure