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

/openjdk7/jdk/src/share/classes/java/nio/file/
H A DDirectoryNotEmptyException.java36 extends FileSystemException
H A DFileSystemLoopException.java36 extends FileSystemException
H A DNotDirectoryException.java36 extends FileSystemException
H A DAtomicMoveNotSupportedException.java36 extends FileSystemException
H A DFileSystemException.java37 public class FileSystemException class in inherits:IOException
53 public FileSystemException(String file) { method in class:FileSystemException
72 public FileSystemException(String file, String other, String reason) { method in class:FileSystemException
H A DAccessDeniedException.java41 extends FileSystemException
H A DFileAlreadyExistsException.java36 extends FileSystemException
H A DNoSuchFileException.java36 extends FileSystemException
H A DNotLinkException.java36 extends FileSystemException
/openjdk7/jdk/test/java/nio/file/etc/
H A DExceptions.java53 FileSystemException exc;
54 exc = new FileSystemException(thisFile, otherFile, reason);
55 exc = (FileSystemException)deserialize(serialize(exc));
64 FileSystemException exc = new FileSystemException(thisFile, otherFile, reason);
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DSolarisUserDefinedFileAttributeView.java52 throw new FileSystemException(file.getPathForExceptionMessage(),
99 throw new FileSystemException(file.getPathForExceptionMessage(),
129 throw new FileSystemException(file.getPathForExceptionMessage(),
168 throw new FileSystemException(file.getPathForExceptionMessage(),
204 throw new FileSystemException(file.getPathForExceptionMessage(),
227 throw new FileSystemException(file.getPathForExceptionMessage(),
H A DLinuxUserDefinedFileAttributeView.java58 throw new FileSystemException(file.getPathForExceptionMessage(),
119 throw new FileSystemException(file.getPathForExceptionMessage(),
141 throw new FileSystemException(file.getPathForExceptionMessage(),
194 throw new FileSystemException(file.getPathForExceptionMessage(),
246 throw new FileSystemException(file.getPathForExceptionMessage(),
267 throw new FileSystemException(file.getPathForExceptionMessage(),
H A DUnixException.java75 * return more general FileSystemException.
91 return new FileSystemException(file, other, errorString());
H A DSolarisAclFileAttributeView.java322 throw new FileSystemException(file.getPathForExceptionMessage(),
353 throw new FileSystemException(file.getPathForExceptionMessage(),
H A DUnixPath.java784 throw new FileSystemException(getPathForExceptionMessage(), null,
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsException.java86 return new FileSystemException(file, other, errorString());
H A DWindowsLinkSupport.java148 throw new FileSystemException(input.getPathForExceptionMessage(), null,
200 throw new FileSystemException(input.getPathForExceptionMessage(),
325 throw new FileSystemException(null, null, "Symbolic link corrupted");
/openjdk7/jdk/make/java/nio/
H A DFILES_java.gmk94 java/nio/file/FileSystemException.java \
/openjdk7/jdk/test/demo/zipfs/
H A DZipFSTester.java171 } catch (FileSystemException e) {
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileSystem.java546 throw new FileSystemException(getString(path), "is a directory", null);

Completed in 89 milliseconds