Class SSHCommandExecutionException

All Implemented Interfaces:
Serializable

public class SSHCommandExecutionException extends CommandException
Created by IntelliJ IDEA. User: cmott Date: Jul 29, 2010 Time: 6:56:38 PM
See Also:
  • Constructor Details

    • 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 Details

    • setSSHSettings

      public void setSSHSettings(String sshSettings)
    • getSSHSettings

      public String getSSHSettings()
    • setCommandRun

      public void setCommandRun(String fullcommand)
    • getCommandRun

      public String getCommandRun()