org.glassfish.api.admin
Class SSHCommandExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.glassfish.api.admin.CommandException
              extended by org.glassfish.api.admin.SSHCommandExecutionException
All Implemented Interfaces:
java.io.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
SSHCommandExecutionException()
          Creates a new SSHCommandExecutionException without detail message.
SSHCommandExecutionException(java.lang.String msg)
          Constructs a SSHCommandExecutionException with the specified detail message.
SSHCommandExecutionException(java.lang.String msg, java.lang.Throwable cause)
          Constructs a new SSHCommandExecutionException exception with the specified detailed message and cause.
SSHCommandExecutionException(java.lang.Throwable cause)
          Constructs a new SSHCommandExecutionException exception with the specified cause.
 
Method Summary
 java.lang.String getCommandRun()
           
 java.lang.String getSSHSettings()
           
 void setCommandRun(java.lang.String fullcommand)
           
 void setSSHSettings(java.lang.String sshSettings)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SSHCommandExecutionException

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


SSHCommandExecutionException

public SSHCommandExecutionException(java.lang.String msg)
Constructs a SSHCommandExecutionException with the specified detail message.

Parameters:
msg - the detail message.

SSHCommandExecutionException

public SSHCommandExecutionException(java.lang.Throwable cause)
Constructs a new SSHCommandExecutionException exception with the specified cause.


SSHCommandExecutionException

public SSHCommandExecutionException(java.lang.String msg,
                                    java.lang.Throwable cause)
Constructs a new SSHCommandExecutionException exception with the specified detailed message and cause.

Method Detail

setSSHSettings

public void setSSHSettings(java.lang.String sshSettings)

getSSHSettings

public java.lang.String getSSHSettings()

setCommandRun

public void setCommandRun(java.lang.String fullcommand)

getCommandRun

public java.lang.String getCommandRun()


Copyright © 2012 GlassFish Community. All Rights Reserved.