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