An Event object that provides information about the
source of a connection-related event. ConnectionEvent
objects are generated when an application closes a pooled connection
and when an error occurs. The ConnectionEvent object
contains two kinds of information:
The pooled connection closed by the application
In the case of an error event, the SQLException
about to be thrown to the application
since
1.4
Fields Summary
private SQLException
ex
The SQLException that the driver will throw to the
application when an error occurs and the pooled connection is no
longer usable.
static final long
serialVersionUID
Private serial version unique ID to ensure serialization
compatibility.