模块  java.base
软件包  java.security.acl

Class AclNotFoundException

  • 实现的所有接口
    Serializable

    @Deprecated(since="9",
                forRemoval=true)
    public class AclNotFoundException
    extends 异常
    Deprecated, for removal: This API element is subject to removal in a future version.
    This class is deprecated and subject to removal in a future version of Java SE. It has been replaced by java.security.Policy and related classes since 1.2.
    每当引用不存在的ACL(访问控制列表)时,都会抛出此异常。
    从以下版本开始:
    1.1
    另请参见:
    Serialized Form
    • 构造方法详细信息

      • AclNotFoundException

        public AclNotFoundException()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Constructs an AclNotFoundException.