Class SshChannelClosedException

All Implemented Interfaces:
Serializable, ChannelIdentifier

public class SshChannelClosedException extends SshChannelException
Author:
Apache MINA SSHD Project
See Also:
  • Constructor Details

    • SshChannelClosedException

      public SshChannelClosedException(long channelId, String message)
    • SshChannelClosedException

      public SshChannelClosedException(long channelId, Throwable cause)
    • SshChannelClosedException

      public SshChannelClosedException(long channelId, String message, Throwable cause)