Searched refs:setNextException (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/java/sql/
H A DSQLWarning.java213 setNextException(w);
H A DSQLException.java270 * <code>SQLException</code> object by setNextException(SQLException ex).
274 * @see #setNextException
287 public void setNextException(SQLException ex) { method in class:SQLException
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/
H A DMessagingException.java73 * @see #setNextException
100 public synchronized boolean setNextException(Exception ex) { method in class:MessagingException
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DCachedRowSetImpl.java7330 rowsetWarning.setNextException(new SQLException("Populating rows "
7337 rowsetWarning.setNextException(new SQLException("Populating rows "

Completed in 77 milliseconds