Searched refs:rte (Results 1 - 13 of 13) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/internal/CosNaming/
H A DBootstrapServer.java126 RuntimeException rte = new RuntimeException("This should not happen");
127 rte.initCause(e);
128 throw rte;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/transport/
H A DSelectorImpl.java350 RuntimeException rte =
352 rte.initCause(e);
353 throw rte;
452 RuntimeException rte = new RuntimeException(throwable.toString());
453 rte.initCause(throwable);
454 throw rte;
494 RuntimeException rte = new RuntimeException(throwable.toString());
495 rte.initCause(throwable);
496 throw rte;
H A DSocketOrChannelConnectionImpl.java259 RuntimeException rte = new RuntimeException();
260 rte.initCause(e);
261 throw rte;
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/AppInputStream/
H A DReadBlocksClose.java148 RuntimeException rte =
150 rte.initCause(e);
151 throw rte;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/
H A DORBConfiguratorImpl.java397 RuntimeException rte = new RuntimeException();
398 rte.initCause(e);
399 throw rte;
401 RuntimeException rte = new RuntimeException();
402 rte.initCause(e);
403 throw rte;
/openjdk7/jdk/test/java/awt/Focus/AutoRequestFocusTest/
H A DAutoRequestFocusSetVisibleTest.java460 } catch (RuntimeException rte) { // InfiniteLoop
461 rte.printStackTrace();
H A DAutoRequestFocusToFrontTest.java411 } catch (RuntimeException rte) { // InfiniteLoop
412 rte.printStackTrace();
/openjdk7/jdk/test/java/util/concurrent/ThreadPoolExecutor/
H A DThrowingTasks.java96 static final RuntimeException rte = new RuntimeException(); field in class:ThrowingTasks
109 static final Thrower rteThrower = new Thrower(rte);
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DNodeSequence.java568 RuntimeException rte = new RuntimeException(e.getMessage());
569 throw rte;
/openjdk7/jdk/test/java/awt/Focus/FocusTraversalPolicy/
H A DDefaultFTPTest.java128 } catch (RuntimeException rte) {
129 throw rte;
H A DLayoutFTPTest.java129 } catch (RuntimeException rte) {
130 throw rte;
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DHandshaker.java1302 } catch (RuntimeException rte) {
1303 thrown = rte;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/
H A DCorbaMessageMediatorImpl.java1863 RuntimeException rte =
1866 rte.initCause(throwable);
1867 throw rte;

Completed in 762 milliseconds