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

/openjdk7/jdk/test/java/rmi/transport/acceptLoop/
H A DCloseServerSocketOnTermination.java59 tryWith(new IOException());
60 tryWith(new NullPointerException());
61 tryWith(new OutOfMemoryError());
62 tryWith(new NoClassDefFoundError());
63 tryWith(new InternalError());
64 tryWith(new Throwable());
69 private static void tryWith(Throwable t) throws Exception { method in class:CloseServerSocketOnTermination

Completed in 22 milliseconds