Class java.security.acl.PrincipalNotOwnerException
All Packages Class Hierarchy This Package Previous Next Index
Class java.security.acl.PrincipalNotOwnerException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.security.acl.PrincipalNotOwnerException
- public class PrincipalNotOwnerException
- extends Exception
This is an exception that is raised whenever the principal
is not an owner of the object it is modifying.
-
PrincipalNotOwnerException()
-
PrincipalNotOwnerException
public PrincipalNotOwnerException()
All Packages Class Hierarchy This Package Previous Next Index