NotOwnerExceptionpublic class NotOwnerException extends Exception The exception that is thrown when an action that requires ownership is
attempted by a principal that is not an owner of the object for which
ownership is required. |
(Omit source code)
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public NotOwnerException()Creates a new {@code NotOwnerException}.
|
|