- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.nio.file.attribute.UserPrincipalNotFoundException
-
- All Implemented Interfaces:
-
Serializable
public class UserPrincipalNotFoundException extends IOException
当UserPrincipal
的查找失败,因为主体不存在时抛出的检查异常。- 从以下版本开始:
- 1.7
- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 Constructor 描述 UserPrincipalNotFoundException(String name)
构造这个类的一个实例。
-
方法摘要
所有方法 接口方法 具体的方法 Modifier and Type 方法 描述 String
getName()
如果使用未找到的用户主体名称创建此异常,则返回用户主体名称,否则为null
。-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-