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
public class SSHCommandExecutionException extends CommandException
Created by IntelliJ IDEA. User: cmott Date: Jul 29, 2010 Time: 6:56:38 PM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SSHCommandExecutionException()Creates a newSSHCommandExecutionExceptionwithout detail message.SSHCommandExecutionException(String msg)Constructs aSSHCommandExecutionExceptionwith the specified detail message.SSHCommandExecutionException(String msg, Throwable cause)Constructs a newSSHCommandExecutionExceptionexception with the specified detailed message and cause.SSHCommandExecutionException(Throwable cause)Constructs a newSSHCommandExecutionExceptionexception with the specified cause.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCommandRun()StringgetSSHSettings()voidsetCommandRun(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 Detail
-
SSHCommandExecutionException
public SSHCommandExecutionException()
Creates a newSSHCommandExecutionExceptionwithout detail message.
-
SSHCommandExecutionException
public SSHCommandExecutionException(String msg)
Constructs aSSHCommandExecutionExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
SSHCommandExecutionException
public SSHCommandExecutionException(Throwable cause)
Constructs a newSSHCommandExecutionExceptionexception with the specified cause.
-
-