Class SshChannelException

    • Constructor Detail

      • SshChannelException

        public SshChannelException​(int channelId,
                                   String message)
      • SshChannelException

        public SshChannelException​(int channelId,
                                   Throwable cause)
      • SshChannelException

        public SshChannelException​(int channelId,
                                   String message,
                                   Throwable cause)
    • Method Detail

      • getChannelId

        public int getChannelId()