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
public class SshChannelNotFoundException extends SshChannelException
- Author:
- Apache MINA SSHD Project
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SshChannelNotFoundException(int channelId, String message)
SshChannelNotFoundException(int channelId, String message, Throwable cause)
SshChannelNotFoundException(int 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
-
-