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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsException.java89 void rethrowAsIOException(String file) throws IOException { method in class:WindowsException
94 void rethrowAsIOException(WindowsPath file, WindowsPath other) throws IOException { method in class:WindowsException
101 void rethrowAsIOException(WindowsPath file) throws IOException { method in class:WindowsException
102 rethrowAsIOException(file, null);
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixException.java94 void rethrowAsIOException(String file) throws IOException { method in class:UnixException
99 void rethrowAsIOException(UnixPath file, UnixPath other) throws IOException { method in class:UnixException
106 void rethrowAsIOException(UnixPath file) throws IOException { method in class:UnixException
107 rethrowAsIOException(file, null);

Completed in 235 milliseconds