public abstract void connectionErrorOccurred (ConnectionEvent event)

Notifies this ConnectionEventListener that a fatal error has occurred and the pooled connection can no longer be used. The driver makes this notification just before it throws the application the SQLException contained in the given ConnectionEvent object.

Parameters:
event    an event object describing the source of the event and containing the SQLException that the driver is about to throw