Searched refs:getNextException (Results 1 – 2 of 2) sorted by relevance
276 public SQLException getNextException() { in getNextException() method in SQLException319 SQLException nextException = firstException.getNextException(); in iterator()341 nextException = nextException.getNextException(); in iterator()
197 return ((SQLWarning)getNextException()); in getNextWarning()