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