Class SshChannelNotFoundException
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.SshChannelNotFoundException
- All Implemented Interfaces:
Serializable
,ChannelIdentifier
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSshChannelNotFoundException
(long channelId, String message) SshChannelNotFoundException
(long channelId, String message, Throwable cause) SshChannelNotFoundException
(long channelId, Throwable cause) -
Method Summary
Methods inherited from class org.apache.sshd.common.channel.exception.SshChannelException
getChannelId
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:
-
-
Constructor Details
-
SshChannelNotFoundException
-
SshChannelNotFoundException
-
SshChannelNotFoundException
-