Searched refs:FileAlreadyExistsException (Results 1 - 18 of 18) sorted by relevance

/openjdk7/jdk/src/share/classes/java/nio/file/
H A DFileAlreadyExistsException.java35 public class FileAlreadyExistsException class in inherits:FileSystemException
46 public FileAlreadyExistsException(String file) { method in class:FileAlreadyExistsException
60 public FileAlreadyExistsException(String file, String other, String reason) { method in class:FileAlreadyExistsException
H A DCopyMoveHelper.java119 throw new FileAlreadyExistsException(target.toString());
H A DTempFileHelper.java145 } catch (FileAlreadyExistsException e) {
H A DFiles.java291 * @throws FileAlreadyExistsException
337 * @throws FileAlreadyExistsException
571 * @throws FileAlreadyExistsException
615 * @throws FileAlreadyExistsException
659 * @throws FileAlreadyExistsException
683 } catch (FileAlreadyExistsException x) {
733 } catch (FileAlreadyExistsException x) {
979 * @throws FileAlreadyExistsException
1024 * @throws FileAlreadyExistsException
1200 * @throws FileAlreadyExistsException
[all...]
/openjdk7/jdk/test/java/nio/file/Files/
H A DCopyAndMove.java258 throw new RuntimeException("FileAlreadyExistsException expected");
259 } catch (FileAlreadyExistsException x) {
265 throw new RuntimeException("FileAlreadyExistsException expected");
266 } catch (FileAlreadyExistsException x) {
307 throw new RuntimeException("FileAlreadyExistsException expected");
308 } catch (FileAlreadyExistsException x) {
354 throw new RuntimeException("FileAlreadyExistsException expected");
355 } catch (FileAlreadyExistsException x) {
361 throw new RuntimeException("FileAlreadyExistsException expected");
362 } catch (FileAlreadyExistsException
[all...]
H A DSBC.java119 throw new RuntimeException("FileAlreadyExistsException not thrown");
120 } catch (FileAlreadyExistsException x) { }
133 throw new RuntimeException("FileAlreadyExistsException not thrown");
134 } catch (FileAlreadyExistsException x) { }
H A DMisc.java74 } catch (FileAlreadyExistsException x) { }
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsException.java81 return new FileAlreadyExistsException(file, other, null);
H A DWindowsFileCopy.java123 throw new FileAlreadyExistsException(
342 throw new FileAlreadyExistsException(
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixException.java88 return new FileAlreadyExistsException(file, other, null);
H A DUnixCopyFile.java422 throw new FileAlreadyExistsException(
544 throw new FileAlreadyExistsException(
/openjdk7/jdk/src/share/sample/nio/file/
H A DCopy.java106 } catch (FileAlreadyExistsException x) {
/openjdk7/jdk/test/java/nio/channels/FileChannel/
H A DTransfer.java37 import java.nio.file.FileAlreadyExistsException;
284 } catch (FileAlreadyExistsException ignore) {
/openjdk7/jdk/test/demo/zipfs/
H A DZipFSTester.java285 } catch (FileAlreadyExistsException x){
379 } catch (FileAlreadyExistsException x) {}
404 } catch (FileAlreadyExistsException x) {}
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileSystem.java422 throw new FileAlreadyExistsException(getString(dir));
460 throw new FileAlreadyExistsException(getString(dst));
516 throw new FileAlreadyExistsException(getString(path));
712 throw new FileAlreadyExistsException(getString(path));
714 throw new FileAlreadyExistsException("directory <"
H A DZipPath.java846 throw new FileAlreadyExistsException(target.toString());
/openjdk7/jdk/src/share/demo/nio/zipfs/
H A DDemo.java471 } catch (FileAlreadyExistsException x) {}
/openjdk7/jdk/make/java/nio/
H A DFILES_java.gmk90 java/nio/file/FileAlreadyExistsException.java \

Completed in 58 milliseconds