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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsException.java72 private IOException translateToIOException(String file, String other) { method in class:WindowsException
90 IOException x = translateToIOException(file, null);
97 IOException x = translateToIOException(a, b);
106 return translateToIOException(file.getPathForExceptionMessage(), null);
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixException.java77 private IOException translateToIOException(String file, String other) { method in class:UnixException
95 IOException x = translateToIOException(file, null);
102 IOException x = translateToIOException(a, b);
111 return translateToIOException(file.getPathForExceptionMessage(), null);

Completed in 29 milliseconds