FileDocCategorySizeDatePackage
NotOwnerException.javaAPI DocAndroid 1.5 API1344Wed May 06 22:41:06 BST 2009java.security.acl

NotOwnerException

public class NotOwnerException extends Exception
The exception that is thrown when an action that requires ownership is attempted by a principal that is not an owner of the object for which ownership is required.
see
Acl
see
Owner
since
Android 1.0

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public NotOwnerException()
Creates a new {@code NotOwnerException}.

since
Android 1.0


                  
      
    
Methods Summary