Searched refs:ProviderMismatchException (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jdk/src/share/classes/java/nio/file/
H A DProviderMismatchException.java33 public class ProviderMismatchException class in inherits:java.lang.IllegalArgumentException
41 public ProviderMismatchException() { method in class:ProviderMismatchException
50 public ProviderMismatchException(String msg) { method in class:ProviderMismatchException
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsAclFileAttributeView.java28 import java.nio.file.ProviderMismatchException;
163 throw new ProviderMismatchException();
H A DWindowsSecurityDescriptor.java28 import java.nio.file.ProviderMismatchException;
128 throw new ProviderMismatchException();
H A DWindowsFileSystemProvider.java104 throw new ProviderMismatchException();
133 throw new ProviderMismatchException();
H A DWindowsPath.java375 throw new ProviderMismatchException();
849 throw new ProviderMismatchException();
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixSecureDirectoryStream.java80 throw new ProviderMismatchException();
236 throw new ProviderMismatchException();
540 throw new ProviderMismatchException();
552 throw new ProviderMismatchException();
H A DUnixFileAttributeViews.java260 throw new ProviderMismatchException();
279 throw new ProviderMismatchException();
H A DSolarisAclFileAttributeView.java102 throw new ProviderMismatchException();
388 throw new ProviderMismatchException();
H A DUnixPath.java200 throw new ProviderMismatchException();
895 throw new ProviderMismatchException();
H A DUnixFileSystemProvider.java105 throw new ProviderMismatchException();
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileSystemProvider.java181 throw new ProviderMismatchException();
H A DZipPath.java378 throw new ProviderMismatchException();
/openjdk7/jdk/test/java/nio/file/Files/
H A DPassThroughFileSystem.java61 throw new ProviderMismatchException();
/openjdk7/jdk/make/java/nio/
H A DFILES_java.gmk112 java/nio/file/ProviderMismatchException.java \

Completed in 71 milliseconds