Searched refs:UserPrincipalNotFoundException (Results 1 – 6 of 6) sorted by relevance
22 import java.nio.file.attribute.UserPrincipalNotFoundException;29 UserPrincipalNotFoundException upnfException = in testGetters()30 new UserPrincipalNotFoundException(name); in testGetters()
37 public class UserPrincipalNotFoundException class50 public UserPrincipalNotFoundException(String name) { in UserPrincipalNotFoundException() method in UserPrincipalNotFoundException
294 } catch (UserPrincipalNotFoundException x) { in lookupPrincipalTests()304 } catch (UserPrincipalNotFoundException x) { in lookupPrincipalTests()314 } catch (UserPrincipalNotFoundException x) { in lookupPrincipalTests()320 } catch (UserPrincipalNotFoundException x) { in lookupPrincipalTests()
155 throw new UserPrincipalNotFoundException(name); in lookupName()
522 "ojluni/src/main/java/java/nio/file/attribute/UserPrincipalNotFoundException.java",
7112 public class UserPrincipalNotFoundException extends java.io.IOException {7113 ctor public UserPrincipalNotFoundException(String);