Package ghidra.util
Class NotOwnerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ghidra.util.exception.UsrException
-
- ghidra.util.NotOwnerException
-
- All Implemented Interfaces:
java.io.Serializable
public class NotOwnerException extends UsrException
Exception thrown if user is not the owner of a file or data object being accessed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotOwnerException()
Default constructor.NotOwnerException(java.lang.String msg)
Constructor
-