|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.glassfish.api.admin.CommandException
org.glassfish.api.admin.SSHCommandExecutionException
public class SSHCommandExecutionException
Created by IntelliJ IDEA. User: cmott Date: Jul 29, 2010 Time: 6:56:38 PM
| 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 |
|---|
public SSHCommandExecutionException()
SSHCommandExecutionException without
detail message.
public SSHCommandExecutionException(java.lang.String msg)
SSHCommandExecutionException with the specified
detail message.
msg - the detail message.public SSHCommandExecutionException(java.lang.Throwable cause)
SSHCommandExecutionException exception with
the specified cause.
public SSHCommandExecutionException(java.lang.String msg,
java.lang.Throwable cause)
SSHCommandExecutionException exception with
the specified detailed message and cause.
| Method Detail |
|---|
public void setSSHSettings(java.lang.String sshSettings)
public java.lang.String getSSHSettings()
public void setCommandRun(java.lang.String fullcommand)
public java.lang.String getCommandRun()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||