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