Class SshChannelOpenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.sshd.common.channel.exception.SshChannelException
-
- org.apache.sshd.common.channel.exception.SshChannelOpenException
-
- All Implemented Interfaces:
java.io.Serializable
public class SshChannelOpenException extends SshChannelException
Documents failure of a channel to open as expected.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private int
code
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description SshChannelOpenException(int channelId, int code, java.lang.String message)
SshChannelOpenException(int channelId, int code, java.lang.String message, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getReasonCode()
The reason code as specified by RFC 4254.-
Methods inherited from class org.apache.sshd.common.channel.exception.SshChannelException
getChannelId
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
code
private final int code
-
-