Searched refs:getNextException (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/sql/
H A DSQLException.java276 public SQLException getNextException() { method in class:SQLException
285 * @see #getNextException
319 SQLException nextException = firstException.getNextException();
341 nextException = nextException.getNextException();
H A DSQLWarning.java197 return ((SQLWarning)getNextException());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/
H A DMessagingException.java72 * @see #getNextException
87 public Exception getNextException() { method in class:MessagingException

Completed in 216 milliseconds