Most visited

Recently visited

Added in API level 1

LastOwnerException

public class LastOwnerException
extends Exception

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


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

See also:

Summary

Public constructors

LastOwnerException()

Constructs a LastOwnerException.

Inherited methods

From class java.lang.Throwable
From class java.lang.Object

Public constructors

LastOwnerException

Added in API level 1
LastOwnerException ()

Constructs a LastOwnerException.

Hooray!