Class SshChannelException

    • Constructor Detail

      • SshChannelException

        protected SshChannelException​(long channelId,
                                      String message)
      • SshChannelException

        protected SshChannelException​(long channelId,
                                      Throwable cause)
      • SshChannelException

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