public class SshChannelOpenException extends SshChannelException
| Constructor and Description |
|---|
SshChannelOpenException(int channelId,
int code,
String message) |
SshChannelOpenException(int channelId,
int code,
String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getReasonCode()
The reason code as specified by RFC 4254.
|
getChannelIdaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SshChannelOpenException(int channelId,
int code,
String message)
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.