java.security.acl

Class 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.

UNKNOWN: updated to 1.4

Constructor Summary
NotOwnerException()
Initializes a new instance of NotOwnerException that does not have a descriptive message.

Constructor Detail

NotOwnerException

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