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

/openjdk7/jdk/test/java/rmi/transport/acceptLoop/
H A DCloseServerSocketOnTermination.java83 private final Throwable acceptFailure; field in class:CloseServerSocketOnTermination.SSF
85 SSF(Throwable acceptFailure, CountDownLatch closedLatch) { argument
86 this.acceptFailure = acceptFailure;
94 throwException(acceptFailure);

Completed in 21 milliseconds