All Packages Class Hierarchy This Package Previous Next Index
Class org.xmlmiddleware.db.CPConnectionEvent
java.lang.Object
|
+----java.util.EventObject
|
+----org.xmlmiddleware.db.CPConnectionEvent
- public class CPConnectionEvent
- extends EventObject
An event on a connection.
For why javax.sql.ConnectionEvent is not used, see CPConnectionEventSource.
- Version:
- 2.0
- Author:
- Sean Walter, 2001
- See Also:
- CPConnectionEventSource
-
getSQLException()
- Get associated exception if present.
getSQLException
public SQLException getSQLException()
- Get associated exception if present.
- Returns:
- Associated exception, or null if none.
All Packages Class Hierarchy This Package Previous Next Index