ConnectionErrorEventpublic class ConnectionErrorEvent extends ControllerErrorEvent A ConnectionErrorEvent is posted when an error occurs within a
DataSource
when obtaining data or communicating with a server. |
Constructors Summary |
---|
public ConnectionErrorEvent(Controller from)
super(from);
| public ConnectionErrorEvent(Controller from, String why)
super(from, why);
|
|