|
SSH Factory | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.jscape.inet.ssh.SshException
com.jscape.inet.ssh.SshTaskTimeoutException
A subclass of TelnetException, this exception is thrown by a TelnetSession instance when using the TelnetSession#send or TelnetSession#sendWait methods and the TelnetTask exceeds the maximum defined timeout waiting for the end prompt.
| Constructor Summary | |
SshTaskTimeoutException(SshTask task)
Constructs a new SshTaskTimeoutException instance |
|
| Method Summary | |
SshTask |
getTask()
Gets the SshTask that timed out |
| Methods inherited from class com.jscape.inet.ssh.SshException |
getException |
| 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SshTaskTimeoutException(SshTask task)
task - the SshTask that timed outSshTask| Method Detail |
public SshTask getTask()
SshTask
|
SSH Factory | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||