- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.security.acl.NotOwnerException
-
- 实现的所有接口
-
Serializable
@Deprecated(since="9", forRemoval=true) public class NotOwnerException 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 byjava.security.Policy
and related classes since 1.2.每当对象(例如访问控制列表)的修改仅允许由对象的所有者完成时,抛出此异常,但尝试修改的Principal不是所有者。- 从以下版本开始:
- 1.1
- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 构造器 描述 NotOwnerException()
不推荐使用,要删除:此API元素将在以后的版本中删除。构造一个NotOwnerException。
-
方法摘要
-