public class SshChannelOpenException extends SshChannelException
| Modifier and Type | Field and Description |
|---|---|
private int |
code |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
SshChannelOpenException(int channelId,
int code,
java.lang.String message) |
SshChannelOpenException(int channelId,
int code,
java.lang.String message,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getReasonCode()
The reason code as specified by RFC 4254.
|
getChannelIdprivate static final long serialVersionUID
private final int code
public SshChannelOpenException(int channelId,
int code,
java.lang.String message)
public SshChannelOpenException(int channelId,
int code,
java.lang.String message,
java.lang.Throwable cause)