Package java.security.acl
Class LastOwnerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.acl.LastOwnerException
- All Implemented Interfaces:
Serializable
public class LastOwnerException extends Exception
The exception that is thrown when an attempt is made to remove the
the last
Owner from an Owner.- See Also:
Owner, Serialized Form
-
Constructor Summary
Constructors Constructor Description LastOwnerException()Creates a newLastOwnerException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LastOwnerException
public LastOwnerException()Creates a newLastOwnerException.
-