Home
last modified time | relevance | path

Searched refs:ProviderMismatchException (Results 1 – 9 of 9) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/file/
DProviderMismatchExceptionTest.java21 import java.nio.file.ProviderMismatchException;
26 ProviderMismatchException exception = new ProviderMismatchException(testString); in test_constructor$String()
31 ProviderMismatchException exception = new ProviderMismatchException(); in test_constructor()
/libcore/ojluni/src/main/java/java/nio/file/
DProviderMismatchException.java35 public class ProviderMismatchException class
43 public ProviderMismatchException() { in ProviderMismatchException() method in ProviderMismatchException
52 public ProviderMismatchException(String msg) { in ProviderMismatchException() method in ProviderMismatchException
/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixSecureDirectoryStream.java96 throw new ProviderMismatchException(); in getName()
252 throw new ProviderMismatchException(); in move()
556 throw new ProviderMismatchException(); in setOwner()
568 throw new ProviderMismatchException(); in setGroup()
DUnixFileAttributeViews.java270 throw new ProviderMismatchException(); in setOwner()
289 throw new ProviderMismatchException(); in setGroup()
DUnixPath.java200 throw new ProviderMismatchException(); in toUnixPath()
895 throw new ProviderMismatchException(); in register()
DUnixFileSystemProvider.java111 throw new ProviderMismatchException(); in checkPath()
/libcore/
Dopenjdk_java_files.bp505 "ojluni/src/main/java/java/nio/file/ProviderMismatchException.java",
DEXPECTED_UPSTREAM494 …a/java/nio/file/ProviderMismatchException.java,jdk11u/jdk-11.0.13-ga,src/java.base/share/classes/j…
/libcore/api/
Dcurrent.txt7505 public class ProviderMismatchException extends java.lang.IllegalArgumentException {
7506 ctor public ProviderMismatchException();
7507 ctor public ProviderMismatchException(String);