java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.nio.file.attribute.UserPrincipalNotFoundException
- 所有已实现的接口:
-
Serializable
当查找
UserPrincipal
失败时抛出的已检查异常,因为该主体不存在。
- 自从:
- 1.7
- 参见:
-
Constructor Summary
-
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserPrincipalNotFoundException
构造此类的实例。- 参数:
-
name
- 主体名称;可以为null
-
-
Method Details
-
getName
如果使用未找到的用户主体名称创建此异常,则返回用户主体名称,否则返回null
。- 返回:
-
用户主体名称或
null
-