Module java.base

Class UserPrincipalNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.nio.file.attribute.UserPrincipalNotFoundException
所有已实现的接口:
Serializable

public class UserPrincipalNotFoundException extends IOException
当查找UserPrincipal失败时抛出的已检查异常,因为该主体不存在。
自从:
1.7
参见:
  • Constructor Details

    • UserPrincipalNotFoundException

      public UserPrincipalNotFoundException(String name)
      构造此类的实例。
      参数:
      name - 主体名称;可以为null
  • Method Details

    • getName

      public String getName()
      如果使用未找到的用户主体名称创建此异常,则返回用户主体名称,否则返回null
      返回:
      用户主体名称或null