Searched refs:NotLinkException (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/java/nio/file/
H A DNotLinkException.java35 public class NotLinkException class in inherits:FileSystemException
46 public NotLinkException(String file) { method in class:NotLinkException
60 public NotLinkException(String file, String other, String reason) { method in class:NotLinkException
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsLinkSupport.java280 throw new NotLinkException(null, null, x.errorString());
318 throw new NotLinkException(null, null, "Reparse point is not a symbolic link");
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixFileSystemProvider.java494 throw new NotLinkException(link.getPathForExceptionMessage());
/openjdk7/jdk/make/java/nio/
H A DFILES_java.gmk107 java/nio/file/NotLinkException.java \

Completed in 40 milliseconds