Class SshChannelClosedException

All Implemented Interfaces:
Serializable

public class SshChannelClosedException extends SshChannelException
See Also:
  • Field Details

  • Constructor Details

    • SshChannelClosedException

      public SshChannelClosedException(int channelId, String message)
    • SshChannelClosedException

      public SshChannelClosedException(int channelId, Throwable cause)
    • SshChannelClosedException

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