Class SshChannelException

    • Constructor Summary

      Constructors 
      Constructor Description
      SshChannelException​(int channelId, java.lang.String message)  
      SshChannelException​(int channelId, java.lang.String message, java.lang.Throwable cause)  
      SshChannelException​(int channelId, java.lang.Throwable cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getChannelId()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • channelId

        private final int channelId
    • Constructor Detail

      • SshChannelException

        public SshChannelException​(int channelId,
                                   java.lang.String message)
      • SshChannelException

        public SshChannelException​(int channelId,
                                   java.lang.Throwable cause)
      • SshChannelException

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

      • getChannelId

        public int getChannelId()