public class

LastOwnerException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.security.acl.LastOwnerException

Class Overview

This is an exception that is thrown whenever an attempt is made to delete the last owner of an Access Control List.

Summary

Public Constructors
LastOwnerException()
Constructs a LastOwnerException.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public LastOwnerException ()

Constructs a LastOwnerException.