Package ghidra.util.exception
Class UserAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
ghidra.util.exception.UserAccessException
- All Implemented Interfaces:
Serializable
Exception thrown when a user requests some operation to be performed
but does not have sufficient privileges.
- See Also:
-
Constructor Summary
ConstructorDescriptionDefault constructor.Create a new UserAccessException with the given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserAccessException
public UserAccessException()Default constructor. -
UserAccessException
Create a new UserAccessException with the given message.- Parameters:
msg
- the message explaining what caused the exception.
-