public class

CommunicationException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ org.mule.modules.ssh.multiplexer.exception.CommunicationException

Class Overview

Exception to represent an issue in the communication with a ssh host. The error can ben in the actual transport of the message or the connection initialization as well.

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class java.lang.Exception
From class java.lang.Throwable
[Expand]
Inherited Fields
From class java.lang.Throwable
Public Constructors
CommunicationException(String msg, Throwable t)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Public Constructors

public CommunicationException (String msg, Throwable t)

Parameters
msg
t