Home
last modified time | relevance | path

Searched refs:UserPrincipalNotFoundException (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/file/attribute/
DUserPrincipalNotFoundExceptionTest.java22 import java.nio.file.attribute.UserPrincipalNotFoundException;
29 UserPrincipalNotFoundException upnfException = in testGetters()
30 new UserPrincipalNotFoundException(name); in testGetters()
/libcore/ojluni/src/main/java/java/nio/file/attribute/
DUserPrincipalNotFoundException.java37 public class UserPrincipalNotFoundException class
50 public UserPrincipalNotFoundException(String name) { in UserPrincipalNotFoundException() method in UserPrincipalNotFoundException
/libcore/ojluni/src/test/java/nio/file/attribute/
DPosixFileAttributeViewTest.java294 } catch (UserPrincipalNotFoundException x) { in lookupPrincipalTests()
304 } catch (UserPrincipalNotFoundException x) { in lookupPrincipalTests()
314 } catch (UserPrincipalNotFoundException x) { in lookupPrincipalTests()
320 } catch (UserPrincipalNotFoundException x) { in lookupPrincipalTests()
/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixUserPrincipals.java155 throw new UserPrincipalNotFoundException(name); in lookupName()
/libcore/
Dopenjdk_java_files.bp522 "ojluni/src/main/java/java/nio/file/attribute/UserPrincipalNotFoundException.java",
/libcore/api/
Dcurrent.txt7112 public class UserPrincipalNotFoundException extends java.io.IOException {
7113 ctor public UserPrincipalNotFoundException(String);