public class SshChannelClosedException extends SshChannelException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
SshChannelClosedException(int channelId,
java.lang.String message) |
SshChannelClosedException(int channelId,
java.lang.String message,
java.lang.Throwable cause) |
SshChannelClosedException(int channelId,
java.lang.Throwable cause) |
getChannelIdprivate static final long serialVersionUID
public SshChannelClosedException(int channelId,
java.lang.String message)
public SshChannelClosedException(int channelId,
java.lang.Throwable cause)
public SshChannelClosedException(int channelId,
java.lang.String message,
java.lang.Throwable cause)