public class TelnetTaskFailedEvent
extends java.util.EventObject
TelnetTask has failed to completeTelnetTask,
Serialized Form| Constructor and Description |
|---|
TelnetTaskFailedEvent(java.lang.Object source,
TelnetTask task,
java.lang.Exception exception)
Creates a new instance of TelnetTaskFailedEvent.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Exception |
getException()
Gets the exception that caused the TelnetTask to fail.
|
TelnetTask |
getTask()
Gets the TelnetTask that has failed.
|
public TelnetTaskFailedEvent(java.lang.Object source,
TelnetTask task,
java.lang.Exception exception)
source - the source of the eventtask - the TelnetTask that has failedexception - the source of this exceptionTelnetTaskpublic TelnetTask getTask()
TelnetTaskpublic java.lang.Exception getException()
Copyright © JSCAPE LLC. 1999-2021. All Rights Reserved