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
,SshChannelNotFoundException
,SshChannelOpenException
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final long
private static final long
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
SshChannelException
(long channelId, String message) protected
SshChannelException
(long channelId, String message, Throwable cause) protected
SshChannelException
(long 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 long channelId
-
-
Constructor Details
-
SshChannelException
-
SshChannelException
-
SshChannelException
-
-
Method Details
-
getChannelId
public long getChannelId()- Specified by:
getChannelId
in interfaceChannelIdentifier
- Returns:
- Local channel UINT32 identifier
-