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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsNativeDispatcher.java56 throws WindowsException
75 throws WindowsException
86 throws WindowsException;
100 static void DeleteFile(String path) throws WindowsException {
109 throws WindowsException;
117 static void CreateDirectory(String path, long lpSecurityAttributes) throws WindowsException {
126 throws WindowsException;
133 static void RemoveDirectory(String path) throws WindowsException {
142 throws WindowsException;
152 throws WindowsException;
[all...]
H A DWindowsFileCopy.java98 } catch (WindowsException x) {
105 } catch (WindowsException x) {
130 } catch (WindowsException x) {
154 } catch (WindowsException x) {
187 } catch (WindowsException x) {
204 } catch (WindowsException x) {
230 } catch (WindowsException x) {
243 } catch (WindowsException ignore) { }
294 } catch (WindowsException x) {
317 } catch (WindowsException
[all...]
H A DWindowsSecurity.java42 } catch (WindowsException x) {
75 } catch (WindowsException x) {
97 } catch (WindowsException x) {
114 } catch (WindowsException x) {
130 throws WindowsException
H A DWindowsUserDefinedFileAttributeView.java54 private String join(WindowsPath file, String name) throws WindowsException {
88 } catch (WindowsException x) {
108 } catch (WindowsException x) {
180 } catch (WindowsException x) {
188 } catch (WindowsException ignore) { }
225 } catch (WindowsException x) {
252 } catch (WindowsException x) {
297 } catch (WindowsException x) {
311 } catch (WindowsException x) {
338 } catch (WindowsException
[all...]
H A DWindowsAclFileAttributeView.java87 } catch (WindowsException x) {
105 } catch (WindowsException x) {
128 } catch (WindowsException x) {
178 } catch (WindowsException x) {
200 } catch (WindowsException x) {
220 } catch (WindowsException x) {
H A DWindowsException.java37 class WindowsException extends Exception { class in inherits:Exception
43 WindowsException(int lastError) { method in class:WindowsException
48 WindowsException(String msg) { method in class:WindowsException
H A DWindowsUserPrincipals.java109 } catch (WindowsException x) {
120 } catch (WindowsException x) {
145 } catch (WindowsException x) {
163 } catch (WindowsException x) {
H A DWindowsLinkSupport.java55 } catch (WindowsException x) {
73 } catch (WindowsException x) {
78 } catch (WindowsException x) {
106 } catch (WindowsException x) {
127 } catch (WindowsException x) {
175 } catch (WindowsException x) {
220 } catch (WindowsException x) {
258 } catch (WindowsException e) {
277 } catch (WindowsException x) {
362 } catch (WindowsException
[all...]
H A DWindowsChannelFactory.java140 throws WindowsException
198 } catch (WindowsException x) {
223 throws WindowsException
310 throw new WindowsException("File is symbolic link");
311 } catch (WindowsException x) {
321 } catch (WindowsException x) {
331 } catch (WindowsException x) {
H A DWindowsFileStore.java47 private WindowsFileStore(String root) throws WindowsException {
68 } catch (WindowsException x) {
91 } catch (WindowsException x) {
124 } catch (WindowsException x) {
H A DWindowsFileSystemProvider.java114 } catch (WindowsException x) {
145 } catch (WindowsException x) {
229 } catch (WindowsException x) {
252 } catch (WindowsException x) {
310 } catch (WindowsException exc) {
330 } catch (WindowsException exc) {
396 } catch (WindowsException exc) {
426 } catch (WindowsException x) {
433 } catch (WindowsException x) {
439 } catch (WindowsException
[all...]
H A DWindowsWatchService.java57 } catch (WindowsException x) {
299 } catch (WindowsException x) {
343 } catch (WindowsException x) {
353 } catch (WindowsException x) {
381 } catch (WindowsException x) {
403 } catch (WindowsException x) {
523 } catch (WindowsException x) {
577 } catch (WindowsException x) {
H A DWindowsFileAttributeViews.java52 } catch (WindowsException x) {
90 } catch (WindowsException x) {
100 } catch (WindowsException x) {
114 } catch (WindowsException ignore) {
240 } catch (WindowsException x) {
H A DWindowsDirectoryStream.java82 } catch (WindowsException x) {
105 } catch (WindowsException x) {
177 } catch (WindowsException x) {
H A DWindowsFileAttributes.java266 throws WindowsException
299 throws WindowsException
302 WindowsException firstException = null;
316 } catch (WindowsException x) {
343 } catch (WindowsException ignore) {
H A DWindowsPath.java178 String getPathForWin32Calls() throws WindowsException {
201 throw new WindowsException("Cannot access file with path exceeding "
219 private String getAbsolutePath() throws WindowsException {
261 throw new WindowsException("");
263 } catch (WindowsException x) {
264 throw new WindowsException("Unable to get working directory of drive '" +
776 throws WindowsException
828 } catch (WindowsException x) {
H A DWindowsSecurityDescriptor.java138 } catch (WindowsException x) {
157 } catch (WindowsException x) {
168 } catch (WindowsException x) {
271 throws WindowsException
H A DWindowsUriSupport.java108 } catch (WindowsException x) {
H A DWindowsFileSystem.java125 } catch (WindowsException x) {
/openjdk7/jdk/make/java/nio/
H A DMakefile148 sun/nio/fs/WindowsException.java \

Completed in 54 milliseconds