|
NIO2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.classpath.icedtea.java.nio.file.attribute.UserPrincipalNotFoundException
public class UserPrincipalNotFoundException
Checked exception thrown when a lookup of UserPrincipal
fails because
the principal does not exist.
Constructor Summary | |
---|---|
UserPrincipalNotFoundException(java.lang.String name)
Constructs an instance of this class. |
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the user principal name if this exception was created with the user principal name that was not found, otherwise null. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UserPrincipalNotFoundException(java.lang.String name)
name
- The principal name; may be null
Method Detail |
---|
public java.lang.String getName()
null
|
NIO2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.