Searched refs:getSQLException (Results 1 – 4 of 4) 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
18341 method public java.sql.SQLException getSQLException();18535 method public java.sql.SQLException getSQLException();