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
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final longprivate static final long -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSshChannelException(long channelId, String message) protectedSshChannelException(long channelId, String message, Throwable cause) protectedSshChannelException(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:
getChannelIdin interfaceChannelIdentifier- Returns:
- Local channel UINT32 identifier
-