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
public class SshChannelException extends IOException
- Author:
- Apache MINA SSHD Project
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SshChannelException(int channelId, String message)
SshChannelException(int channelId, String message, Throwable cause)
SshChannelException(int channelId, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getChannelId()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-