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