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,ChannelIdentifier
- Direct Known Subclasses:
SshChannelBufferedOutputException,SshChannelClosedException,SshChannelInvalidPacketException,SshChannelNotFoundException,SshChannelOpenException
public abstract class SshChannelException extends IOException implements ChannelIdentifier
- Author:
- Apache MINA SSHD Project
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSshChannelException(long channelId, String message)protectedSshChannelException(long channelId, String message, Throwable cause)protectedSshChannelException(long channelId, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetChannelId()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getChannelId
public long getChannelId()
- Specified by:
getChannelIdin interfaceChannelIdentifier- Returns:
- Local channel UINT32 identifier
-
-