Module java.base

Class AclNotFoundException

  • All Implemented Interfaces:
    Serializable

    Deprecated. 
    This package has been replaced by java.security.Policy and related classes since 1.2.

    @Deprecated(since="9")
    public class AclNotFoundException
    extends Exception
    This is an exception that is thrown whenever a reference is made to a non-existent ACL (Access Control List).
    Since:
    1.1
    See Also:
    Serialized Form
    • Constructor Detail

      • AclNotFoundException

        public AclNotFoundException​()
        Deprecated. 
        Constructs an AclNotFoundException.