Searched refs:getSQLException (Results 1 – 3 of 3) sorted by relevance
42 assertNull(ce.getSQLException()); in testGetSQLException()43 assertEquals(ce2.getSQLException(), ce.getSQLException()); in testGetSQLException()47 assertNotNull(ce3.getSQLException()); in testGetSQLException()48 assertNotSame(ce3.getSQLException(), ce2.getSQLException()); in testGetSQLException()
79 public SQLException getSQLException() { return ex; } in getSQLException() method in ConnectionEvent
113 public SQLException getSQLException() { in getSQLException() method in StatementEvent