Package org.glassfish.api.admin
Class SSHCommandExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.glassfish.api.admin.CommandException
org.glassfish.api.admin.SSHCommandExecutionException
- All Implemented Interfaces:
Serializable
Created by IntelliJ IDEA. User: cmott Date: Jul 29, 2010 Time: 6:56:38 PM
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newSSHCommandExecutionExceptionwithout detail message.Constructs aSSHCommandExecutionExceptionwith the specified detail message.SSHCommandExecutionException(String msg, Throwable cause) Constructs a newSSHCommandExecutionExceptionexception with the specified detailed message and cause.Constructs a newSSHCommandExecutionExceptionexception with the specified cause. -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCommandRun(String fullcommand) voidsetSSHSettings(String sshSettings) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SSHCommandExecutionException
public SSHCommandExecutionException()Creates a newSSHCommandExecutionExceptionwithout detail message. -
SSHCommandExecutionException
Constructs aSSHCommandExecutionExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
SSHCommandExecutionException
Constructs a newSSHCommandExecutionExceptionexception with the specified cause. -
SSHCommandExecutionException
Constructs a newSSHCommandExecutionExceptionexception with the specified detailed message and cause.
-
-
Method Details
-
setSSHSettings
-
getSSHSettings
-
setCommandRun
-
getCommandRun
-