|
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.telnet.TelnetException
com.jscape.inet.telnet.TelnetTaskTimeoutException
public class TelnetTaskTimeoutException
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 either the start prompt or end prompt.
Constructor Summary | |
---|---|
TelnetTaskTimeoutException(TelnetTask task)
Constructs a new TelnetTaskTimeoutException instance |
Method Summary | |
---|---|
TelnetTask |
getTask()
Gets the TelnetTask that timed out |
Methods inherited from class com.jscape.inet.telnet.TelnetException |
---|
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 TelnetTaskTimeoutException(TelnetTask task)
task
- the TelnetTask that timed outTelnetTask
Method Detail |
---|
public TelnetTask getTask()
TelnetTask
|
SSH Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |