public class FailedConnectionException extends IOException
| Constructor and Description |
|---|
FailedConnectionException(String message,
IOException cause)
Indicates that we were unable to connect to the TCP event
channel port on the WVA.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FailedConnectionException(String message, IOException cause)
message - A detail message for the failed connectioncause - The original exception which led to this exception being raised