public class SSHCommandExecutionException extends CommandException
Constructor and Description |
---|
SSHCommandExecutionException()
Creates a new
SSHCommandExecutionException without
detail message. |
SSHCommandExecutionException(String msg)
Constructs a
SSHCommandExecutionException with the specified
detail message. |
SSHCommandExecutionException(String msg,
Throwable cause)
Constructs a new
SSHCommandExecutionException exception with
the specified detailed message and cause. |
SSHCommandExecutionException(Throwable cause)
Constructs a new
SSHCommandExecutionException exception with
the specified cause. |
Modifier and Type | Method and Description |
---|---|
String |
getCommandRun() |
String |
getSSHSettings() |
void |
setCommandRun(String fullcommand) |
void |
setSSHSettings(String sshSettings) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SSHCommandExecutionException()
SSHCommandExecutionException
without
detail message.public SSHCommandExecutionException(String msg)
SSHCommandExecutionException
with the specified
detail message.msg
- the detail message.public SSHCommandExecutionException(Throwable cause)
SSHCommandExecutionException
exception with
the specified cause.Copyright © 2020. All rights reserved.