Home
last modified time | relevance | path

Searched refs:getSQLException (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/java/libcore/javax/sql/
DOldConnectionEventTest.java42 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()
/libcore/ojluni/src/main/java/javax/sql/
DConnectionEvent.java79 public SQLException getSQLException() { return ex; } in getSQLException() method in ConnectionEvent
DStatementEvent.java113 public SQLException getSQLException() { in getSQLException() method in StatementEvent