Home
last modified time | relevance | path

Searched refs:getNextException (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DSQLException.java276 public SQLException getNextException() { in getNextException() method in SQLException
319 SQLException nextException = firstException.getNextException(); in iterator()
341 nextException = nextException.getNextException(); in iterator()
DSQLWarning.java197 return ((SQLWarning)getNextException()); in getNextWarning()