Class SshChannelClosedException

All Implemented Interfaces:
Serializable, ChannelIdentifier

public class SshChannelClosedException extends SshChannelException
See Also:
  • Field Details

  • 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)