Package ghidra.util
Class NotOwnerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.util.exception.UsrException
ghidra.util.NotOwnerException
- All Implemented Interfaces:
Serializable
Exception thrown if user is not the owner of a file or
data object being accessed.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotOwnerException
public NotOwnerException()Default constructor. -
NotOwnerException
Constructor- Parameters:
msg
- detailed message explaining exception.
-