Searched refs:UserPrincipalNotFoundException (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/java/nio/file/attribute/
H A DUserPrincipalNotFoundException.java37 public class UserPrincipalNotFoundException class in inherits:IOException
50 public UserPrincipalNotFoundException(String name) { method in class:UserPrincipalNotFoundException
/openjdk7/jdk/test/java/nio/file/attribute/PosixFileAttributeView/
H A DBasic.java287 } catch (UserPrincipalNotFoundException x) {
297 } catch (UserPrincipalNotFoundException x) {
301 // test that UserPrincipalNotFoundException is thrown
307 } catch (UserPrincipalNotFoundException x) {
313 } catch (UserPrincipalNotFoundException x) {
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsUserPrincipals.java147 throw new UserPrincipalNotFoundException(name);
H A DWindowsFileSystem.java278 throw new UserPrincipalNotFoundException(group);
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixUserPrincipals.java155 throw new UserPrincipalNotFoundException(name);
/openjdk7/jdk/src/share/sample/nio/file/
H A DAclEdit.java149 } catch (UserPrincipalNotFoundException x) {
/openjdk7/jdk/make/java/nio/
H A DFILES_java.gmk149 java/nio/file/attribute/UserPrincipalNotFoundException.java \

Completed in 66 milliseconds