Class SSHCommandExecutionException

    • Constructor Detail

      • SSHCommandExecutionException

        public SSHCommandExecutionException()
        Creates a new SSHCommandExecutionException without detail message.
      • SSHCommandExecutionException

        public SSHCommandExecutionException​(String msg)
        Constructs a SSHCommandExecutionException with the specified detail message.
        Parameters:
        msg - the detail message.
      • SSHCommandExecutionException

        public SSHCommandExecutionException​(Throwable cause)
        Constructs a new SSHCommandExecutionException exception with the specified cause.
      • SSHCommandExecutionException

        public SSHCommandExecutionException​(String msg,
                                            Throwable cause)
        Constructs a new SSHCommandExecutionException exception with the specified detailed message and cause.
    • Method Detail

      • setSSHSettings

        public void setSSHSettings​(String sshSettings)
      • getSSHSettings

        public String getSSHSettings()
      • setCommandRun

        public void setCommandRun​(String fullcommand)
      • getCommandRun

        public String getCommandRun()