DataSinkErrorEventpublic class DataSinkErrorEvent extends DataSinkEvent DataSinkErrorEvent indicates that an error has
occurred while the DataSink was writing data to the destination.
These events are used by DataSinkListener . |
Constructors Summary |
---|
public DataSinkErrorEvent(DataSink from)
super(from);
| public DataSinkErrorEvent(DataSink from, String reason)
super(from, reason);
|
|