Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.security.acl

Class NotOwnerException

java.lang.Object
|
+--java.lang.Throwable
   |
   +--java.lang.Exception
      |
      +--java.security.acl.NotOwnerException


public class NotOwnerException

extends Exception

This exception is thrown whenever an operation is attempted that requires the caller to be the owner of the access control list (ACL) when the caller is in fact not the owner of the ACL.

Author:

Constructor Summary

NotOwnerException()

Initializes a new instance of NotOwnerException that does not have a descriptive message.

Constructor Details

NotOwnerException

public NotOwnerException()

Initializes a new instance of NotOwnerException that does not have a descriptive message.