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

/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousFileChannelImpl.java165 private static IOException toIOException(Throwable x) { method in class:WindowsAsynchronousFileChannelImpl
257 result.setFailure(toIOException(x));
463 result.setFailure(toIOException(x));
645 result.setFailure(toIOException(x));
H A DWindowsAsynchronousSocketChannelImpl.java197 private IOException toIOException(Throwable x) { method in class:WindowsAsynchronousSocketChannelImpl.ConnectTask
253 result.setFailure(toIOException(exc));
278 result.setFailure(toIOException(exc));

Completed in 33 milliseconds