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:
java.io.Serializable
public class UserAccessException extends java.io.IOException
Exception thrown when a user requests some operation to be performed but does not have sufficient privileges.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserAccessException()
Default constructor.UserAccessException(java.lang.String msg)
Create a new UserAccessException with the given message.
-