Constructs a StatementEvent with the specified PooledConnection,
PreparedStatement and SQLException
con | The PooledConnection that the closed or invalid PreparedStatement
is associated with. | |
statement | The PreparedStatement that is being closed or is invalid | |
exception | The SQLException the driver is about to throw to
the application |
IllegalArgumentException | if con is null. |
Diagram: Events