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

public abstract class SshChannelException extends IOException implements ChannelIdentifier
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • channelId

      private final long channelId
  • Constructor Details

    • SshChannelException

      protected SshChannelException(long channelId, String message)
    • SshChannelException

      protected SshChannelException(long channelId, Throwable cause)
    • SshChannelException

      protected SshChannelException(long channelId, String message, Throwable cause)
  • Method Details