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