Searched defs:rethrow (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
H A DForkJoinTask.java616 static void rethrow(Throwable ex) { method in class:ForkJoinTask
640 rethrow(getThrowableException());
767 rethrow(ex);
819 rethrow(ex);
1385 rethrow(ex); // rethrow outside exec() catches.
/libcore/ojluni/src/main/java/sun/security/ssl/
H A DSSLSocketImpl.java937 boolean rethrow = requireCloseNotify || handshaking;
941 + (rethrow ? "error" : "ignored"));
943 if (rethrow) {
1345 // shutdown and rethrow (wrapped) exception as appropriate
1686 void waitForClose(boolean rethrow) throws IOException { argument
1716 if (rethrow) {
1763 * error. If so, we just rethrow the exception. If the socket has not
1786 // there is nothing to do except rethrow the exception
1810 // rethrow original IOException

Completed in 148 milliseconds