LastOwnerException
public
class
LastOwnerException
extends Exception
java.lang.Object | |||
↳ | java.lang.Throwable | ||
↳ | java.lang.Exception | ||
↳ | java.security.acl.LastOwnerException |
This class was deprecated
in API level 33.
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.
This is an exception that is thrown whenever an attempt is made to delete the last owner of an Access Control List.
See also:
Summary
Public constructors | |
---|---|
LastOwnerException()
Constructs a LastOwnerException. |
Inherited methods | |
---|---|
Public constructors
LastOwnerException
public LastOwnerException ()
Constructs a LastOwnerException.