Class SshChannelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.sshd.common.channel.exception.SshChannelException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SshChannelClosedException
,SshChannelNotFoundException
,SshChannelOpenException
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int
private static final long
-
Constructor Summary
ConstructorsConstructorDescriptionSshChannelException
(int channelId, String message) SshChannelException
(int channelId, String message, Throwable cause) SshChannelException
(int channelId, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
channelId
private final int channelId
-
-
Constructor Details
-
SshChannelException
-
SshChannelException
-
SshChannelException
-
-
Method Details
-
getChannelId
public int getChannelId()
-